Class: Aws::Types::ProfileTemplateChoice

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#choice_description ⇒ ::String

Returns the value of attribute choice_description.

Returns:

  • (::String)


1574
1575
1576
# File 'sig/types.rbs', line 1574

def choice_description
  @choice_description
end

#choice_id ⇒ ::String

Returns the value of attribute choice_id.

Returns:

  • (::String)


1572
1573
1574
# File 'sig/types.rbs', line 1572

def choice_id
  @choice_id
end

#choice_title ⇒ ::String

Returns the value of attribute choice_title.

Returns:

  • (::String)


1573
1574
1575
# File 'sig/types.rbs', line 1573

def choice_title
  @choice_title
end