Class: Aws::OSIS::Types::ChangeProgressStatus

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

Overview

The progress details of a pipeline configuration change.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_progress_stagesArray<Types::ChangeProgressStage>

Information about the stages that the pipeline is going through to perform the configuration change.

Returns:



92
93
94
95
96
97
98
99
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 92

class ChangeProgressStatus < Struct.new(
  :start_time,
  :status,
  :total_number_of_stages,
  :change_progress_stages)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

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

Returns:

  • (Time)


92
93
94
95
96
97
98
99
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 92

class ChangeProgressStatus < Struct.new(
  :start_time,
  :status,
  :total_number_of_stages,
  :change_progress_stages)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The overall status of the pipeline configuration change.

Returns:

  • (String)


92
93
94
95
96
97
98
99
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 92

class ChangeProgressStatus < Struct.new(
  :start_time,
  :status,
  :total_number_of_stages,
  :change_progress_stages)
  SENSITIVE = []
  include Aws::Structure
end

#total_number_of_stagesInteger

The total number of stages required for the pipeline configuration change.

Returns:

  • (Integer)


92
93
94
95
96
97
98
99
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 92

class ChangeProgressStatus < Struct.new(
  :start_time,
  :status,
  :total_number_of_stages,
  :change_progress_stages)
  SENSITIVE = []
  include Aws::Structure
end