Class: Aws::QuickSight::Types::ListTopicReviewedAnswersRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The ID of the Amazon Web Services account that containd the reviewed answers that you want listed.

Returns:

  • (String)


23257
23258
23259
23260
23261
23262
# File 'lib/aws-sdk-quicksight/types.rb', line 23257

class ListTopicReviewedAnswersRequest < Struct.new(
  :aws_account_id,
  :topic_id)
  SENSITIVE = []
  include Aws::Structure
end

#topic_idString

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.

Returns:

  • (String)


23257
23258
23259
23260
23261
23262
# File 'lib/aws-sdk-quicksight/types.rb', line 23257

class ListTopicReviewedAnswersRequest < Struct.new(
  :aws_account_id,
  :topic_id)
  SENSITIVE = []
  include Aws::Structure
end