Sha256: 1509de9c7b760ea4402a682a177cacd8024937a47d4f235f647e992c13d5d235

Contents?: true

Size: 644 Bytes

Versions: 14

Compression:

Stored size: 644 Bytes

Contents

# frozen_string_literal: true

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

14 entries across 14 versions & 1 rubygems

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