Class: Aws::Types::SelectOptionDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1996
1997
1998
# File 'sig/types.rbs', line 1996

def description
  @description
end

#option ⇒ ::String

Returns the value of attribute option.

Returns:

  • (::String)


1994
1995
1996
# File 'sig/types.rbs', line 1994

def option
  @option
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


1995
1996
1997
# File 'sig/types.rbs', line 1995

def title
  @title
end