Class: Aws::QuickSight::Types::BatchDeleteTopicReviewedAnswerRequest

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

#answer_idsArray<String>

The Answer IDs of the Answers to be deleted.



3026
3027
3028
3029
3030
3031
3032
# File 'lib/aws-sdk-quicksight/types.rb', line 3026

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

#aws_account_idString

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



3026
3027
3028
3029
3030
3031
3032
# File 'lib/aws-sdk-quicksight/types.rb', line 3026

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

#topic_idString

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



3026
3027
3028
3029
3030
3031
3032
# File 'lib/aws-sdk-quicksight/types.rb', line 3026

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