Sha256: c2dd41b39f7bb4df6cb6df96e734b8ca3331e388df3d6d712b19032b52d4e283
Contents?: true
Size: 467 Bytes
Versions: 13
Compression:
Stored size: 467 Bytes
Contents
# frozen_string_literal: true module Awspec::Generator module Doc module Type class AlbTargetGroup < Base def initialize super @type_name = 'AlbTargetGroup' @type = Awspec::Type::AlbTargetGroup.new('my-alb-target-group') @ret = @type.resource_via_client @matchers = %w[belong_to_alb belong_to_vpc] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems