Class: Aws::Types::EngineModeStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#options"GENERAL", "OPTIMIZED"

Returns the value of attribute options.

Returns:

  • ("GENERAL", "OPTIMIZED")


729
730
731
# File 'sig/types.rbs', line 729

def options
  @options
end

#statusTypes::OptionStatus

Returns the value of attribute status.

Returns:



730
731
732
# File 'sig/types.rbs', line 730

def status
  @status
end