Class: Aws::OpenSearchService::Types::EBSOptionsStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::EBSOptionsStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
The status of the EBS options for the specified OpenSearch Service domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ Types::EBSOptions
The configured EBS options for the specified domain.
-
#status ⇒ Types::OptionStatus
The status of the EBS options for the specified domain.
Instance Attribute Details
#options ⇒ Types::EBSOptions
The configured EBS options for the specified domain.
3767 3768 3769 3770 3771 3772 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3767 class EBSOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
The status of the EBS options for the specified domain.
3767 3768 3769 3770 3771 3772 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3767 class EBSOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |