Class: Aws::Types::Option

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)


5843
5844
5845
# File 'sig/types.rbs', line 5843

def description
  @description
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


5842
5843
5844
# File 'sig/types.rbs', line 5842

def label
  @label
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


5841
5842
5843
# File 'sig/types.rbs', line 5841

def value
  @value
end