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)


1964
1965
1966
# File 'sig/types.rbs', line 1964

def description
  @description
end

#option::String

Returns the value of attribute option.

Returns:

  • (::String)


1962
1963
1964
# File 'sig/types.rbs', line 1962

def option
  @option
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


1963
1964
1965
# File 'sig/types.rbs', line 1963

def title
  @title
end