Class: Aws::Types::AnalysisSchemeStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#optionsTypes::AnalysisScheme

Returns the value of attribute options.



34
35
36
# File 'sig/types.rbs', line 34

def options
  @options
end

#statusTypes::OptionStatus

Returns the value of attribute status.

Returns:



35
36
37
# File 'sig/types.rbs', line 35

def status
  @status
end