Class: Aws::CloudSearch::Types::DescribeDomainEndpointOptionsResponse

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

Overview

The result of a DescribeDomainEndpointOptions request. Contains the status and configuration of a search domain's endpoint options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_endpoint_optionsTypes::DomainEndpointOptionsStatus

The status and configuration of a search domain's endpoint options.



764
765
766
767
768
# File 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 764

class DescribeDomainEndpointOptionsResponse < Struct.new(
  :domain_endpoint_options)
  SENSITIVE = []
  include Aws::Structure
end