Class: Aws::SNS::Types::Topic
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::Topic
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#topic_arn ⇒ String
The topic’s ARN.
Instance Attribute Details
#topic_arn ⇒ String
The topic’s ARN.
3164 3165 3166 3167 3168 |
# File 'lib/aws-sdk-sns/types.rb', line 3164 class Topic < Struct.new( :topic_arn) SENSITIVE = [] include Aws::Structure end |