Class: Aws::QuickSight::Types::TopicV2Summary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TopicV2Summary
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A summary of the topic.
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 of the topic.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the topic.
45416 45417 45418 45419 45420 45421 45422 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45416 class TopicV2Summary < Struct.new( :arn, :topic_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the topic.
45416 45417 45418 45419 45420 45421 45422 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45416 class TopicV2Summary < Struct.new( :arn, :topic_id, :name) SENSITIVE = [] include Aws::Structure end |
#topic_id ⇒ String
The ID of the topic. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
45416 45417 45418 45419 45420 45421 45422 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45416 class TopicV2Summary < Struct.new( :arn, :topic_id, :name) SENSITIVE = [] include Aws::Structure end |