Class: Aws::QuickSight::Types::SucceededTopicReviewedAnswer

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

Overview

The definition for a ‘SucceededTopicReviewedAnswer`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#answer_idString

The answer ID for the ‘SucceededTopicReviewedAnswer`.

Returns:

  • (String)


28172
28173
28174
28175
28176
# File 'lib/aws-sdk-quicksight/types.rb', line 28172

class SucceededTopicReviewedAnswer < Struct.new(
  :answer_id)
  SENSITIVE = []
  include Aws::Structure
end