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.
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.
463 464 465 466 467 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 463 class EBSOptionsStatus < Struct.new( :options, :status) include Aws::Structure end |
#status ⇒ Types::OptionStatus
Specifies the status of the EBS options for the specified Elasticsearch domain.
463 464 465 466 467 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 463 class EBSOptionsStatus < Struct.new( :options, :status) include Aws::Structure end |