Class: Aws::Types::AvailabilityOptionsStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#optionsBoolean

Returns the value of attribute options.

Returns:



40
41
42
# File 'sig/types.rbs', line 40

def options
  @options
end

#statusTypes::OptionStatus

Returns the value of attribute status.

Returns:



41
42
43
# File 'sig/types.rbs', line 41

def status
  @status
end