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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticsearchservice/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)


669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 669

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

#config_change_statusString

The current status of the configuration change.

Returns:

  • (String)


669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 669

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

#initiated_byString

The IAM principal who initiated the configuration change.

Returns:

  • (String)


669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 669

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

#last_updated_timeTime

The last time that the configuration change was updated.

Returns:

  • (Time)


669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 669

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

#messageString

Contains an optional message associated with the domain configuration change.

Returns:

  • (String)


669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 669

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

#start_timeTime

The time that the configuration change was initiated, in Universal Coordinated Time (UTC).

Returns:

  • (Time)


669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 669

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