Class: Aws::Types::ChoiceAnswer

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)


226
227
228
# File 'sig/types.rbs', line 226

def choice_id
  @choice_id
end

#notes ⇒ ::String

Returns the value of attribute notes.

Returns:

  • (::String)


229
230
231
# File 'sig/types.rbs', line 229

def notes
  @notes
end

#reason ⇒ "OUT_OF_SCOPE", ...

Returns the value of attribute reason.

Returns:

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


228
229
230
# File 'sig/types.rbs', line 228

def reason
  @reason
end

#status ⇒ "SELECTED", ...

Returns the value of attribute status.

Returns:

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


227
228
229
# File 'sig/types.rbs', line 227

def status
  @status
end