Class: Aws::OpenSearchService::Types::UseCaseStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

The status of the use case for the domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#optionsString

The use case configured for the domain.

Returns:

  • (String)


9560
9561
9562
9563
9564
9565
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 9560

class UseCaseStatus < Struct.new(
  :options,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::OptionStatus

The current status of the use case for the domain.

Returns:



9560
9561
9562
9563
9564
9565
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 9560

class UseCaseStatus < Struct.new(
  :options,
  :status)
  SENSITIVE = []
  include Aws::Structure
end