Class: Aws::OSIS::Types::GetPipelineChangeProgressResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_progress_statusesArray<Types::ChangeProgressStatus>

The current status of the change happening on the pipeline.

Returns:



264
265
266
267
268
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 264

class GetPipelineChangeProgressResponse < Struct.new(
  :change_progress_statuses)
  SENSITIVE = []
  include Aws::Structure
end