Class: Aws::Types::ChoiceAnswerSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#choice_id ⇒ ::String

Returns the value of attribute choice_id.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def choice_id
  @choice_id
end

#reason ⇒ "OUT_OF_SCOPE", ...

Returns the value of attribute reason.

Returns:

  • ("OUT_OF_SCOPE", "BUSINESS_PRIORITIES", "ARCHITECTURE_CONSTRAINTS", "OTHER", "NONE")


236
237
238
# File 'sig/types.rbs', line 236

def reason
  @reason
end

#status ⇒ "SELECTED", ...

Returns the value of attribute status.

Returns:

  • ("SELECTED", "NOT_APPLICABLE", "UNSELECTED")


235
236
237
# File 'sig/types.rbs', line 235

def status
  @status
end