Class: Aws::QuickSight::Types::TopicSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TopicSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A topic summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the topic.
-
#name ⇒ String
The name of the topic.
-
#topic_id ⇒ String
The ID for the topic.
-
#user_experience_version ⇒ String
The user experience version of the topic.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the topic.
32653 32654 32655 32656 32657 32658 32659 32660 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32653 class TopicSummary < Struct.new( :arn, :topic_id, :name, :user_experience_version) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the topic.
32653 32654 32655 32656 32657 32658 32659 32660 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32653 class TopicSummary < Struct.new( :arn, :topic_id, :name, :user_experience_version) SENSITIVE = [] include Aws::Structure end |
#topic_id ⇒ String
The ID for the topic. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
32653 32654 32655 32656 32657 32658 32659 32660 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32653 class TopicSummary < Struct.new( :arn, :topic_id, :name, :user_experience_version) SENSITIVE = [] include Aws::Structure end |
#user_experience_version ⇒ String
The user experience version of the topic.
32653 32654 32655 32656 32657 32658 32659 32660 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32653 class TopicSummary < Struct.new( :arn, :topic_id, :name, :user_experience_version) SENSITIVE = [] include Aws::Structure end |