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")


1284
1285
1286
# File 'sig/types.rbs', line 1284

def options
  @options
end

#statusTypes::OptionStatus

Returns the value of attribute status.

Returns:



1285
1286
1287
# File 'sig/types.rbs', line 1285

def status
  @status
end