Class: Aws::OSIS::Types::ChangeProgressStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::ChangeProgressStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-osis/types.rb
Overview
The progress details of a pipeline configuration change.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_progress_stages ⇒ Array<Types::ChangeProgressStage>
Information about the stages that the pipeline is going through to perform the configuration change.
-
#start_time ⇒ Time
The time at which the configuration change is made on the pipeline.
-
#status ⇒ String
The overall status of the pipeline configuration change.
-
#total_number_of_stages ⇒ Integer
The total number of stages required for the pipeline configuration change.
Instance Attribute Details
#change_progress_stages ⇒ Array<Types::ChangeProgressStage>
Information about the stages that the pipeline is going through to perform the configuration change.
92 93 94 95 96 97 98 99 |
# File '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_time ⇒ Time
The time at which the configuration change is made on the pipeline.
92 93 94 95 96 97 98 99 |
# File '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 |
#status ⇒ String
The overall status of the pipeline configuration change.
92 93 94 95 96 97 98 99 |
# File '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_stages ⇒ Integer
The total number of stages required for the pipeline configuration change.
92 93 94 95 96 97 98 99 |
# File '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 |