Sha256: d99a15d6cb1cc16a44cfeed479ee3999bd4358747e6b7d1b069167d112fffb4b

Contents?: true

Size: 428 Bytes

Versions: 12

Compression:

Stored size: 428 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
awspec-1.30.0 lib/awspec/generator/doc/type/secretsmanager.rb
awspec-1.29.3 lib/awspec/generator/doc/type/secretsmanager.rb
awspec-1.29.2 lib/awspec/generator/doc/type/secretsmanager.rb
awspec-1.29.1 lib/awspec/generator/doc/type/secretsmanager.rb
awspec-1.29.0 lib/awspec/generator/doc/type/secretsmanager.rb
awspec-1.28.2 lib/awspec/generator/doc/type/secretsmanager.rb
awspec-1.28.1 lib/awspec/generator/doc/type/secretsmanager.rb
awspec-1.28.0 lib/awspec/generator/doc/type/secretsmanager.rb
awspec-1.27.1 lib/awspec/generator/doc/type/secretsmanager.rb
awspec-1.27.0 lib/awspec/generator/doc/type/secretsmanager.rb
awspec-1.26.0 lib/awspec/generator/doc/type/secretsmanager.rb
awspec-1.25.2 lib/awspec/generator/doc/type/secretsmanager.rb