Class: Aws::OpenSearchService::Types::UseCaseStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::UseCaseStatus
- 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
-
#options ⇒ String
The use case configured for the domain.
-
#status ⇒ Types::OptionStatus
The current status of the use case for the domain.
Instance Attribute Details
#options ⇒ String
The use case configured for the domain.
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 |
#status ⇒ Types::OptionStatus
The current status of the use case for the domain.
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 |