Class: Aws::Types::TopicReviewedAnswer

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:question])

Instance Attribute Summary collapse

Instance Attribute Details

#answer_id::String

Returns the value of attribute answer_id.

Returns:

  • (::String)


11518
11519
11520
# File 'sig/types.rbs', line 11518

def answer_id
  @answer_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


11517
11518
11519
# File 'sig/types.rbs', line 11517

def arn
  @arn
end

#dataset_arn::String

Returns the value of attribute dataset_arn.

Returns:

  • (::String)


11519
11520
11521
# File 'sig/types.rbs', line 11519

def dataset_arn
  @dataset_arn
end

#mirTypes::TopicIR

Returns the value of attribute mir.

Returns:



11521
11522
11523
# File 'sig/types.rbs', line 11521

def mir
  @mir
end

#primary_visualTypes::TopicVisual

Returns the value of attribute primary_visual.

Returns:



11522
11523
11524
# File 'sig/types.rbs', line 11522

def primary_visual
  @primary_visual
end

#question::String

Returns the value of attribute question.

Returns:

  • (::String)


11520
11521
11522
# File 'sig/types.rbs', line 11520

def question
  @question
end

#templateTypes::TopicTemplate

Returns the value of attribute template.



11523
11524
11525
# File 'sig/types.rbs', line 11523

def template
  @template
end