Class: Aws::OSIS::Types::GetPipelineChangeProgressRequest

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

#pipeline_nameString

The name of the pipeline.

Returns:

  • (String)


252
253
254
255
256
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 252

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