Class: Aws::Types::UseCaseStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#options"SEARCH", ...

Returns the value of attribute options.

Returns:

  • ("SEARCH", "VECTOR", "OBSERVABILITY", "MIXED")


2523
2524
2525
# File 'sig/types.rbs', line 2523

def options
  @options
end

#statusTypes::OptionStatus

Returns the value of attribute status.

Returns:



2524
2525
2526
# File 'sig/types.rbs', line 2524

def status
  @status
end