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

Inherits:
Struct
  • Object
show all
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

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)


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_nameString

A string that represents the name of a domain.

Returns:

  • (String)


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