class Aws::CloudSearch::Types::DescribeAvailabilityOptionsRequest
Container for the parameters to the `DescribeAvailabilityOptions` operation. Specifies 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 DescribeAvailabilityOptionsRequest
data as a hash: { domain_name: "DomainName", # required deployed: false, }
@!attribute [rw] domain_name
The name of the domain you want to describe. @return [String]
@!attribute [rw] deployed
Whether to display the deployed configuration (`true`) or include any pending changes (`false`). Defaults to `false`. @return [Boolean]
Constants
- SENSITIVE