Class: Aws::QuickSight::Types::BatchCreateTopicReviewedAnswerRequest

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

#answersArray<Types::CreateTopicReviewedAnswer>

The definition of the Answers to be created.



2817
2818
2819
2820
2821
2822
2823
# File 'lib/aws-sdk-quicksight/types.rb', line 2817

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

#aws_account_idString

The ID of the Amazon Web Services account that you want to create a reviewed answer in.

Returns:

  • (String)


2817
2818
2819
2820
2821
2822
2823
# File 'lib/aws-sdk-quicksight/types.rb', line 2817

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

#topic_idString

The ID for the topic reviewed answer that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

Returns:

  • (String)


2817
2818
2819
2820
2821
2822
2823
# File 'lib/aws-sdk-quicksight/types.rb', line 2817

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