Class: Aws::CloudSearch::Types::UpdateDomainEndpointOptionsResponse

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_endpoint_optionsTypes::DomainEndpointOptionsStatus

The newly-configured domain endpoint options.



2026
2027
2028
2029
2030
# File 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 2026

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