Class: Aws::OSIS::Types::GetPipelineRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::GetPipelineRequest
- 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.
297 298 299 300 301 |
# File 'lib/aws-sdk-osis/types.rb', line 297 class GetPipelineRequest < Struct.new( :pipeline_name) SENSITIVE = [] include Aws::Structure end |