Class: Aws::Types::Choice

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_resources ⇒ ::Array[Types::AdditionalResources]

Returns the value of attribute additional_resources.

Returns:



221
222
223
# File 'sig/types.rbs', line 221

def additional_resources
  @additional_resources
end

#choice_id ⇒ ::String

Returns the value of attribute choice_id.

Returns:

  • (::String)


216
217
218
# File 'sig/types.rbs', line 216

def choice_id
  @choice_id
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def description
  @description
end

#helpful_resource ⇒ Types::ChoiceContent

Returns the value of attribute helpful_resource.



219
220
221
# File 'sig/types.rbs', line 219

def helpful_resource
  @helpful_resource
end

#improvement_plan ⇒ Types::ChoiceContent

Returns the value of attribute improvement_plan.



220
221
222
# File 'sig/types.rbs', line 220

def improvement_plan
  @improvement_plan
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def title
  @title
end