Class: Aws::QuickSight::Types::ListTopicReviewedAnswersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListTopicReviewedAnswersRequest
- Defined in:
- gems/aws-sdk-quicksight/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 containd the reviewed answers that you want listed.
-
#topic_id ⇒ String
The ID for the topic that contains the reviewed answer that you want to list.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that containd the reviewed answers that you want listed.
27752 27753 27754 27755 27756 27757 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27752 class ListTopicReviewedAnswersRequest < Struct.new( :aws_account_id, :topic_id) SENSITIVE = [] include Aws::Structure end |
#topic_id ⇒ String
The ID for the topic that contains the reviewed answer that you want to list. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
27752 27753 27754 27755 27756 27757 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27752 class ListTopicReviewedAnswersRequest < Struct.new( :aws_account_id, :topic_id) SENSITIVE = [] include Aws::Structure end |