Class: Aws::QuickSight::Types::CreateTopicRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateTopicRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that you want to create a topic in.
-
#tags ⇒ Array<Types::Tag>
Contains a map of the key-value pairs for the resource tag or tags that are assigned to the dataset.
-
#topic ⇒ Types::TopicDetails
The definition of a topic to create.
-
#topic_id ⇒ String
The ID for the topic that you want to create.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that you want to create a topic in.
6656 6657 6658 6659 6660 6661 6662 6663 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6656 class CreateTopicRequest < Struct.new( :aws_account_id, :topic_id, :topic, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Contains a map of the key-value pairs for the resource tag or tags that are assigned to the dataset.
6656 6657 6658 6659 6660 6661 6662 6663 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6656 class CreateTopicRequest < Struct.new( :aws_account_id, :topic_id, :topic, :tags) SENSITIVE = [] include Aws::Structure end |
#topic ⇒ Types::TopicDetails
The definition of a topic to create.
6656 6657 6658 6659 6660 6661 6662 6663 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6656 class CreateTopicRequest < Struct.new( :aws_account_id, :topic_id, :topic, :tags) SENSITIVE = [] include Aws::Structure end |
#topic_id ⇒ String
The ID for the topic that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
6656 6657 6658 6659 6660 6661 6662 6663 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6656 class CreateTopicRequest < Struct.new( :aws_account_id, :topic_id, :topic, :tags) SENSITIVE = [] include Aws::Structure end |