Class: Aws::Types::ProfileChoice

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)


1512
1513
1514
# File 'sig/types.rbs', line 1512

def choice_description
  @choice_description
end

#choice_id ⇒ ::String

Returns the value of attribute choice_id.

Returns:

  • (::String)


1510
1511
1512
# File 'sig/types.rbs', line 1510

def choice_id
  @choice_id
end

#choice_title ⇒ ::String

Returns the value of attribute choice_title.

Returns:

  • (::String)


1511
1512
1513
# File 'sig/types.rbs', line 1511

def choice_title
  @choice_title
end