Class: Aws::ElasticsearchService::Types::DomainEndpointOptionsStatus

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticsearchservice/types.rb

Overview

The configured endpoint options for the domain and their current status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#optionsTypes::DomainEndpointOptions

Options to configure endpoint for the Elasticsearch domain.



1752
1753
1754
1755
1756
1757
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1752

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

#statusTypes::OptionStatus

The status of the endpoint options for the Elasticsearch domain. See ‘OptionStatus` for the status information that’s included.

Returns:



1752
1753
1754
1755
1756
1757
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1752

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