Class: Aws::QuickSight::Types::TopicIdentifierDeclaration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TopicIdentifierDeclaration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A topic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The identifier of the topic, typically the topic's name.
-
#topic_arn ⇒ String
The Amazon Resource Name (ARN) of the topic.
Instance Attribute Details
#identifier ⇒ String
The identifier of the topic, typically the topic's name.
44823 44824 44825 44826 44827 44828 |
# File 'lib/aws-sdk-quicksight/types.rb', line 44823 class TopicIdentifierDeclaration < Struct.new( :identifier, :topic_arn) SENSITIVE = [] include Aws::Structure end |
#topic_arn ⇒ String
The Amazon Resource Name (ARN) of the topic.
44823 44824 44825 44826 44827 44828 |
# File 'lib/aws-sdk-quicksight/types.rb', line 44823 class TopicIdentifierDeclaration < Struct.new( :identifier, :topic_arn) SENSITIVE = [] include Aws::Structure end |