Sha256: e453fa36a74ae46162d337bff2d3eb1025a0860d5ea6625bd30af287b9e57ab4

Contents?: true

Size: 436 Bytes

Versions: 90

Compression:

Stored size: 436 Bytes

Contents

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

90 entries across 90 versions & 4 rubygems

Version Path
awspec-0.87.0 lib/awspec/generator/doc/type/alb_target_group.rb
awspec-0.86.0 lib/awspec/generator/doc/type/alb_target_group.rb
cmonson_2ndwatch_awspec-0.85.4 lib/awspec/generator/doc/type/alb_target_group.rb
awspec-0.85.3 lib/awspec/generator/doc/type/alb_target_group.rb
cmonson_2ndwatch_awspec-0.85.3 lib/awspec/generator/doc/type/alb_target_group.rb
awspec-0.85.2 lib/awspec/generator/doc/type/alb_target_group.rb
awspec-0.85.1 lib/awspec/generator/doc/type/alb_target_group.rb
awspec-0.85.0 lib/awspec/generator/doc/type/alb_target_group.rb
awspec-0.84.1 lib/awspec/generator/doc/type/alb_target_group.rb
awspec-0.84.0 lib/awspec/generator/doc/type/alb_target_group.rb