Class: Aws::OpenSearchService::Types::EBSOptionsStatus

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

Instance Attribute Details

#optionsTypes::EBSOptions

The configured EBS options for the specified domain.

Returns:



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

#statusTypes::OptionStatus

The status of the EBS options for the specified domain.

Returns:



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