Class: Aws::OSIS::Types::GetPipelineChangeProgressResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::GetPipelineChangeProgressResponse
- Defined in:
- gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_progress_statuses ⇒ Array<Types::ChangeProgressStatus>
The current status of the change happening on the pipeline.
Instance Attribute Details
#change_progress_statuses ⇒ Array<Types::ChangeProgressStatus>
The current status of the change happening on the pipeline.
285 286 287 288 289 |
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 285 class GetPipelineChangeProgressResponse < Struct.new( :change_progress_statuses) SENSITIVE = [] include Aws::Structure end |