Class: Aws::OSIS::Types::GetPipelineChangeProgressRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::GetPipelineChangeProgressRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-osis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline_name ⇒ String
The name of the pipeline.
Instance Attribute Details
#pipeline_name ⇒ String
The name of the pipeline.
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 |