Class: Aws::SNS::Types::Topic

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb

Overview

A wrapper type for the topic's Amazon Resource Name (ARN). To retrieve a topic's attributes, use GetTopicAttributes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#topic_arnString

The topic's ARN.

Returns:

  • (String)


3006
3007
3008
3009
3010
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 3006

class Topic < Struct.new(
  :topic_arn)
  SENSITIVE = []
  include Aws::Structure
end