Class: Aws::OpenSearchService::Types::ChangeProgressStatusDetails

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

Overview

The progress details of a specific 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)


986
987
988
989
990
991
992
993
994
995
996
997
998
999
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 986

class ChangeProgressStatusDetails < Struct.new(
  :change_id,
  :start_time,
  :status,
  :pending_properties,
  :completed_properties,
  :total_number_of_stages,
  :change_progress_stages,
  :last_updated_time,
  :config_change_status,
  :initiated_by)
  SENSITIVE = []
  include Aws::Structure
end

#change_progress_stagesArray<Types::ChangeProgressStage>

The specific stages that the domain is going through to perform the configuration change.

Returns:



986
987
988
989
990
991
992
993
994
995
996
997
998
999
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 986

class ChangeProgressStatusDetails < Struct.new(
  :change_id,
  :start_time,
  :status,
  :pending_properties,
  :completed_properties,
  :total_number_of_stages,
  :change_progress_stages,
  :last_updated_time,
  :config_change_status,
  :initiated_by)
  SENSITIVE = []
  include Aws::Structure
end

#completed_propertiesArray<String>

The list of properties in the domain configuration change that have completed.

Returns:

  • (Array<String>)


986
987
988
989
990
991
992
993
994
995
996
997
998
999
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 986

class ChangeProgressStatusDetails < Struct.new(
  :change_id,
  :start_time,
  :status,
  :pending_properties,
  :completed_properties,
  :total_number_of_stages,
  :change_progress_stages,
  :last_updated_time,
  :config_change_status,
  :initiated_by)
  SENSITIVE = []
  include Aws::Structure
end

#config_change_statusString

The current status of the configuration change.

Returns:

  • (String)


986
987
988
989
990
991
992
993
994
995
996
997
998
999
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 986

class ChangeProgressStatusDetails < Struct.new(
  :change_id,
  :start_time,
  :status,
  :pending_properties,
  :completed_properties,
  :total_number_of_stages,
  :change_progress_stages,
  :last_updated_time,
  :config_change_status,
  :initiated_by)
  SENSITIVE = []
  include Aws::Structure
end

#initiated_byString

The IAM principal who initiated the configuration change.

Returns:

  • (String)


986
987
988
989
990
991
992
993
994
995
996
997
998
999
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 986

class ChangeProgressStatusDetails < Struct.new(
  :change_id,
  :start_time,
  :status,
  :pending_properties,
  :completed_properties,
  :total_number_of_stages,
  :change_progress_stages,
  :last_updated_time,
  :config_change_status,
  :initiated_by)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

The last time that the status of the configuration change was updated.

Returns:

  • (Time)


986
987
988
989
990
991
992
993
994
995
996
997
998
999
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 986

class ChangeProgressStatusDetails < Struct.new(
  :change_id,
  :start_time,
  :status,
  :pending_properties,
  :completed_properties,
  :total_number_of_stages,
  :change_progress_stages,
  :last_updated_time,
  :config_change_status,
  :initiated_by)
  SENSITIVE = []
  include Aws::Structure
end

#pending_propertiesArray<String>

The list of properties in the domain configuration change that are still pending.

Returns:

  • (Array<String>)


986
987
988
989
990
991
992
993
994
995
996
997
998
999
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 986

class ChangeProgressStatusDetails < Struct.new(
  :change_id,
  :start_time,
  :status,
  :pending_properties,
  :completed_properties,
  :total_number_of_stages,
  :change_progress_stages,
  :last_updated_time,
  :config_change_status,
  :initiated_by)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The time at which the configuration change is made on the domain.

Returns:

  • (Time)


986
987
988
989
990
991
992
993
994
995
996
997
998
999
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 986

class ChangeProgressStatusDetails < Struct.new(
  :change_id,
  :start_time,
  :status,
  :pending_properties,
  :completed_properties,
  :total_number_of_stages,
  :change_progress_stages,
  :last_updated_time,
  :config_change_status,
  :initiated_by)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The overall status of the domain configuration change.

Returns:

  • (String)


986
987
988
989
990
991
992
993
994
995
996
997
998
999
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 986

class ChangeProgressStatusDetails < Struct.new(
  :change_id,
  :start_time,
  :status,
  :pending_properties,
  :completed_properties,
  :total_number_of_stages,
  :change_progress_stages,
  :last_updated_time,
  :config_change_status,
  :initiated_by)
  SENSITIVE = []
  include Aws::Structure
end

#total_number_of_stagesInteger

The total number of stages required for the configuration change.

Returns:

  • (Integer)


986
987
988
989
990
991
992
993
994
995
996
997
998
999
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 986

class ChangeProgressStatusDetails < Struct.new(
  :change_id,
  :start_time,
  :status,
  :pending_properties,
  :completed_properties,
  :total_number_of_stages,
  :change_progress_stages,
  :last_updated_time,
  :config_change_status,
  :initiated_by)
  SENSITIVE = []
  include Aws::Structure
end