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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudsearch/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 'gems/aws-sdk-cloudsearch/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 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 750

class DescribeDomainEndpointOptionsRequest < Struct.new(
  :domain_name,
  :deployed)
  SENSITIVE = []
  include Aws::Structure
end