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