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

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


897
898
899
900
901
902
903
904
905
906
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 897

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

#config_change_statusString

The current status of the configuration change.

Returns:

  • (String)


897
898
899
900
901
902
903
904
905
906
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 897

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

#initiated_byString

The IAM principal who initiated the configuration change.

Returns:

  • (String)


897
898
899
900
901
902
903
904
905
906
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 897

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

#last_updated_timeTime

The last time that the configuration change was updated.

Returns:

  • (Time)


897
898
899
900
901
902
903
904
905
906
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 897

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

#messageString

A message corresponding to the status of the configuration change.

Returns:

  • (String)


897
898
899
900
901
902
903
904
905
906
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 897

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

#start_timeTime

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

Returns:

  • (Time)


897
898
899
900
901
902
903
904
905
906
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 897

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