Class: Aws::ElasticsearchService::Types::EBSOptionsStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::EBSOptionsStatus
- Defined in:
- gems/aws-sdk-elasticsearchservice/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.
2059 2060 2061 2062 2063 2064 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2059 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.
2059 2060 2061 2062 2063 2064 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2059 class EBSOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |