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
cthiesfork-awspec-1.2.2 lib/awspec/generator/doc/type/sns_topic.rb
cthiesfork-awspec-1.2.1 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.18.5 lib/awspec/generator/doc/type/sns_topic.rb
cthiesfork-awspec-1.2.0 lib/awspec/generator/doc/type/sns_topic.rb
cthiesfork-awspec-1.1.0 lib/awspec/generator/doc/type/sns_topic.rb
cthiesfork-awspec-1.0.0 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.18.4 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.18.3 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.18.2 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.18.1 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.18.0 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.17.4 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.17.3 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.17.2 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.17.1 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.17.0 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.16.1 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.16.0 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.15.3 lib/awspec/generator/doc/type/sns_topic.rb
awspec-1.15.2 lib/awspec/generator/doc/type/sns_topic.rb