Class: Aws::OSIS::Types::CreatePipelineResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::CreatePipelineResponse
- Defined in:
- gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline ⇒ Types::Pipeline
Container for information about the created pipeline.
Instance Attribute Details
#pipeline ⇒ Types::Pipeline
Container for information about the created pipeline.
190 191 192 193 194 |
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 190 class CreatePipelineResponse < Struct.new( :pipeline) SENSITIVE = [] include Aws::Structure end |