Sha256: 8c1398aad5fed49976f7337d8ddb06e352946519d864dd150d74e2c959745570

Contents?: true

Size: 580 Bytes

Versions: 27

Compression:

Stored size: 580 Bytes

Contents

module Awspec::Generator
  module Doc
    module Type
      class SesIdentity < Base
        def initialize
          super
          @type_name = 'SesIdentity'
          @type = Awspec::Type::SesIdentity.new('example.com')
          @ret = @type.resource
          @matchers = []
          @ignore_matchers = []
          @describes = %w(
            dkim_enabled dkim_verification_status
            bounce_topic complaint_topic delivery_topic
            forwarding_enabled
            verification_status verification_token
          )
        end
      end
    end
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
awspec-0.25.3 lib/awspec/generator/doc/type/ses_identity.rb
awspec-0.25.2 lib/awspec/generator/doc/type/ses_identity.rb
awspec-0.25.1 lib/awspec/generator/doc/type/ses_identity.rb
awspec-0.25.0 lib/awspec/generator/doc/type/ses_identity.rb
awspec-0.24.2 lib/awspec/generator/doc/type/ses_identity.rb
awspec-0.24.1 lib/awspec/generator/doc/type/ses_identity.rb
awspec-0.24.0 lib/awspec/generator/doc/type/ses_identity.rb
awspec-0.23.0 lib/awspec/generator/doc/type/ses_identity.rb
awspec-0.22.1 lib/awspec/generator/doc/type/ses_identity.rb
awspec-0.22.0 lib/awspec/generator/doc/type/ses_identity.rb
awspec-0.21.6 lib/awspec/generator/doc/type/ses_identity.rb
awspec-0.21.5 lib/awspec/generator/doc/type/ses_identity.rb
awspec-0.21.4 lib/awspec/generator/doc/type/ses_identity.rb
awspec-0.21.3 lib/awspec/generator/doc/type/ses_identity.rb
awspec-0.21.2 lib/awspec/generator/doc/type/ses_identity.rb
awspec-0.21.1 lib/awspec/generator/doc/type/ses_identity.rb
awspec-0.21.0 lib/awspec/generator/doc/type/ses_identity.rb
awspec-0.20.2 lib/awspec/generator/doc/type/ses_identity.rb
awspec-0.20.1 lib/awspec/generator/doc/type/ses_identity.rb
awspec-0.20.0 lib/awspec/generator/doc/type/ses_identity.rb