Class: Aws::DataPipeline::Types::GetPipelineDefinitionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataPipeline::Types::GetPipelineDefinitionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datapipeline/types.rb
Overview
Contains the parameters for GetPipelineDefinition.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline_id ⇒ String
The ID of the pipeline.
-
#version ⇒ String
The version of the pipeline definition to retrieve.
Instance Attribute Details
#pipeline_id ⇒ String
The ID of the pipeline.
346 347 348 349 350 351 |
# File 'lib/aws-sdk-datapipeline/types.rb', line 346 class GetPipelineDefinitionInput < Struct.new( :pipeline_id, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the pipeline definition to retrieve. Set this parameter to ‘latest` (default) to use the last definition saved to the pipeline or `active` to use the last definition that was activated.
346 347 348 349 350 351 |
# File 'lib/aws-sdk-datapipeline/types.rb', line 346 class GetPipelineDefinitionInput < Struct.new( :pipeline_id, :version) SENSITIVE = [] include Aws::Structure end |