Class: Aws::CloudSearch::Types::DomainEndpointOptionsStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb

Overview

The configuration and status of the domain's endpoint options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#optionsTypes::DomainEndpointOptions

The domain endpoint options configured for the domain.



1047
1048
1049
1050
1051
1052
# File 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 1047

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

#statusTypes::OptionStatus

The status of the configured domain endpoint options.

Returns:



1047
1048
1049
1050
1051
1052
# File 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 1047

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