Class: Aws::CloudSearch::Types::UpdateDomainEndpointOptionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::UpdateDomainEndpointOptionsResponse
- Includes:
- Structure
- Defined in:
- 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
-
#domain_endpoint_options ⇒ Types::DomainEndpointOptionsStatus
The newly-configured domain endpoint options.
Instance Attribute Details
#domain_endpoint_options ⇒ Types::DomainEndpointOptionsStatus
The newly-configured domain endpoint options.
2026 2027 2028 2029 2030 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 2026 class UpdateDomainEndpointOptionsResponse < Struct.new( :domain_endpoint_options) SENSITIVE = [] include Aws::Structure end |