Class: Aws::CloudSearch::Types::DescribeDomainEndpointOptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::DescribeDomainEndpointOptionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudsearch/types.rb
Overview
Container for the parameters to the ‘DescribeDomainEndpointOptions` operation. Specify the name of the domain you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to `true`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployed ⇒ Boolean
Whether to retrieve the latest configuration (which might be in a Processing state) or the current, active configuration.
-
#domain_name ⇒ String
A string that represents the name of a domain.
Instance Attribute Details
#deployed ⇒ Boolean
Whether to retrieve the latest configuration (which might be in a Processing state) or the current, active configuration. Defaults to ‘false`.
750 751 752 753 754 755 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 750 class DescribeDomainEndpointOptionsRequest < Struct.new( :domain_name, :deployed) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
A string that represents the name of a domain.
750 751 752 753 754 755 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 750 class DescribeDomainEndpointOptionsRequest < Struct.new( :domain_name, :deployed) SENSITIVE = [] include Aws::Structure end |