Class: Aws::ElasticsearchService::Types::EBSOptionsStatus

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#optionsTypes::EBSOptions

Specifies the EBS options for the specified Elasticsearch domain.

Returns:



2059
2060
2061
2062
2063
2064
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2059

class EBSOptionsStatus < Struct.new(
  :options,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::OptionStatus

Specifies the status of the EBS options for the specified Elasticsearch domain.

Returns:



2059
2060
2061
2062
2063
2064
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2059

class EBSOptionsStatus < Struct.new(
  :options,
  :status)
  SENSITIVE = []
  include Aws::Structure
end