You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudSearch::Types::DescribeDomainEndpointOptionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeDomainEndpointOptionsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

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.

Instance Attribute Summary collapse

Instance Attribute Details

#deployedBoolean

Whether to retrieve the latest configuration (which might be in a Processing state) or the current, active configuration. Defaults to false.

Returns:

  • (Boolean)

    Whether to retrieve the latest configuration (which might be in a Processing state) or the current, active configuration.

#domain_nameString

A string that represents the name of a domain.

Returns:

  • (String)

    A string that represents the name of a domain.