Sha256: defeb3768d8818c97b06f77bc887459431d717901ea95db6d9c14e76a6c18d87

Contents?: true

Size: 613 Bytes

Versions: 49

Compression:

Stored size: 613 Bytes

Contents

module Awspec::Generator
  module Doc
    module Type
      class SnsTopic < Base
        def initialize
          super
          @type_name = 'SnsTopic'
          @type = Awspec::Type::SnsTopic.new('my-sns')
          @ret = @type.resource_via_client
          @matchers = %w(include_subscribed have_subscription_attributes)
          @ignore_matchers = ['have_subscription_filter']
          @describes = %w(policy owner pending_subscriptions topic_arn effective_delivery_policy display_name
                          confirmed_subscriptions deleted_subscriptions name)
        end
      end
    end
  end
end

Version data entries

49 entries across 49 versions & 3 rubygems

Version Path
awspec-1.25.1 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.25.0 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.24.4 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.24.3 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.24.2 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.24.1 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.24.0 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.23.0 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.22.1 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.22.0 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.21.1 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.21.0 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.20.0 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.19.2 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.19.1 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.19.0 lib/awspec/generator/doc/type/sns_topic.rb
cthiesfork-awspec-1.2.4 lib/awspec/generator/doc/type/sns_topic.rb
awspec-api_gateway_extended-1.2.4 lib/awspec/generator/doc/type/sns_topic.rb
awspec-api_gateway_extended-1.2.3 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.18.6 lib/awspec/generator/doc/type/sns_topic.rb