Class: Aws::ElasticsearchService::Types::ChangeProgressDetails

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

Overview

Specifies change details of the domain configuration change.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_idString

The unique change identifier associated with a specific domain configuration change.

Returns:

  • (String)


585
586
587
588
589
590
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 585

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

#messageString

Contains an optional message associated with the domain configuration change.

Returns:

  • (String)


585
586
587
588
589
590
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 585

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