Class: Aws::OpenSearchService::Types::DescribeDomainChangeProgressRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Container for the parameters to the DescribeDomainChangeProgress operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_idString

The specific change ID for which you want to get progress information. If omitted, the request returns information about the most recent configuration change.

Returns:

  • (String)


1975
1976
1977
1978
1979
1980
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1975

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

#domain_nameString

The name of the domain to get progress information for.

Returns:

  • (String)


1975
1976
1977
1978
1979
1980
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1975

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