Class: Aws::OpenSearchService::Types::ChangeProgressDetails

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

Overview

Container for information about a configuration change happening on a domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_idString

The ID of the configuration change.

Returns:

  • (String)


767
768
769
770
771
772
# File 'lib/aws-sdk-opensearchservice/types.rb', line 767

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

#messageString

A message corresponding to the status of the configuration change.

Returns:

  • (String)


767
768
769
770
771
772
# File 'lib/aws-sdk-opensearchservice/types.rb', line 767

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