Class: Aws::ElasticsearchService::Types::EBSOptionsStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::EBSOptionsStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Status of the EBS options for the specified Elasticsearch domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ Types::EBSOptions
Specifies the EBS options for the specified Elasticsearch domain.
-
#status ⇒ Types::OptionStatus
Specifies the status of the EBS options for the specified Elasticsearch domain.
Instance Attribute Details
#options ⇒ Types::EBSOptions
Specifies the EBS options for the specified Elasticsearch domain.
1952 1953 1954 1955 1956 1957 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1952 class EBSOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
Specifies the status of the EBS options for the specified Elasticsearch domain.
1952 1953 1954 1955 1956 1957 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1952 class EBSOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |