Sha256: c56130b26a7348045565ddf299b2af1753c89a546a71fde9d2c3ec5b9a8a9c6b

Contents?: true

Size: 397 Bytes

Versions: 10

Compression:

Stored size: 397 Bytes

Contents

module Awspec::Generator
  module Doc
    module Type
      class VpcEndpoints < Base
        def initialize
          super
          @type_name = 'VpcEndpoints'
          @type = Awspec::Type::VpcEndpoints.new('my-vpc-endpoint')
          @ret = @type.resource_via_client
          @matchers = []
          @ignore_matchers = []
          @describes = []
        end
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
awspec-1.25.1 lib/awspec/generator/doc/type/vpc_endpoints.rb
awspec-1.25.0 lib/awspec/generator/doc/type/vpc_endpoints.rb
awspec-1.24.4 lib/awspec/generator/doc/type/vpc_endpoints.rb
awspec-1.24.3 lib/awspec/generator/doc/type/vpc_endpoints.rb
awspec-1.24.2 lib/awspec/generator/doc/type/vpc_endpoints.rb
awspec-1.24.1 lib/awspec/generator/doc/type/vpc_endpoints.rb
awspec-1.24.0 lib/awspec/generator/doc/type/vpc_endpoints.rb
awspec-1.23.0 lib/awspec/generator/doc/type/vpc_endpoints.rb
awspec-1.22.1 lib/awspec/generator/doc/type/vpc_endpoints.rb
awspec-1.22.0 lib/awspec/generator/doc/type/vpc_endpoints.rb