Class: Aws::Types::CreateTopicReviewedAnswer

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)


2750
2751
2752
# File 'sig/types.rbs', line 2750

def answer_id
  @answer_id
end

#dataset_arn::String

Returns the value of attribute dataset_arn.

Returns:

  • (::String)


2751
2752
2753
# File 'sig/types.rbs', line 2751

def dataset_arn
  @dataset_arn
end

#mirTypes::TopicIR

Returns the value of attribute mir.

Returns:



2753
2754
2755
# File 'sig/types.rbs', line 2753

def mir
  @mir
end

#primary_visualTypes::TopicVisual

Returns the value of attribute primary_visual.

Returns:



2754
2755
2756
# File 'sig/types.rbs', line 2754

def primary_visual
  @primary_visual
end

#question::String

Returns the value of attribute question.

Returns:

  • (::String)


2752
2753
2754
# File 'sig/types.rbs', line 2752

def question
  @question
end

#templateTypes::TopicTemplate

Returns the value of attribute template.



2755
2756
2757
# File 'sig/types.rbs', line 2755

def template
  @template
end