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)


2619
2620
2621
# File 'sig/types.rbs', line 2619

def answer_id
  @answer_id
end

#dataset_arn::String

Returns the value of attribute dataset_arn.

Returns:

  • (::String)


2620
2621
2622
# File 'sig/types.rbs', line 2620

def dataset_arn
  @dataset_arn
end

#mirTypes::TopicIR

Returns the value of attribute mir.

Returns:



2622
2623
2624
# File 'sig/types.rbs', line 2622

def mir
  @mir
end

#primary_visualTypes::TopicVisual

Returns the value of attribute primary_visual.

Returns:



2623
2624
2625
# File 'sig/types.rbs', line 2623

def primary_visual
  @primary_visual
end

#question::String

Returns the value of attribute question.

Returns:

  • (::String)


2621
2622
2623
# File 'sig/types.rbs', line 2621

def question
  @question
end

#templateTypes::TopicTemplate

Returns the value of attribute template.



2624
2625
2626
# File 'sig/types.rbs', line 2624

def template
  @template
end