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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


273
274
275
276
277
# File 'lib/aws-sdk-osis/types.rb', line 273

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