class Aws::CloudSearch::Types::DescribeDomainEndpointOptionsRequest

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`.

@note When making an API call, you may pass DescribeDomainEndpointOptionsRequest

data as a hash:

    {
      domain_name: "DomainName", # required
      deployed: false,
    }

@!attribute [rw] domain_name

A string that represents the name of a domain.
@return [String]

@!attribute [rw] deployed

Whether to retrieve the latest configuration (which might be in a
Processing state) or the current, active configuration. Defaults to
`false`.
@return [Boolean]

Constants

SENSITIVE