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)


11908
11909
11910
# File 'sig/types.rbs', line 11908

def answer_id
  @answer_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


11907
11908
11909
# File 'sig/types.rbs', line 11907

def arn
  @arn
end

#dataset_arn::String

Returns the value of attribute dataset_arn.

Returns:

  • (::String)


11909
11910
11911
# File 'sig/types.rbs', line 11909

def dataset_arn
  @dataset_arn
end

#mirTypes::TopicIR

Returns the value of attribute mir.

Returns:



11911
11912
11913
# File 'sig/types.rbs', line 11911

def mir
  @mir
end

#primary_visualTypes::TopicVisual

Returns the value of attribute primary_visual.

Returns:



11912
11913
11914
# File 'sig/types.rbs', line 11912

def primary_visual
  @primary_visual
end

#question::String

Returns the value of attribute question.

Returns:

  • (::String)


11910
11911
11912
# File 'sig/types.rbs', line 11910

def question
  @question
end

#templateTypes::TopicTemplate

Returns the value of attribute template.



11913
11914
11915
# File 'sig/types.rbs', line 11913

def template
  @template
end