Class: Aws::OSIS::Types::CreatePipelineResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::CreatePipelineResponse
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-osis/types.rb', line 190 class CreatePipelineResponse < Struct.new( :pipeline) SENSITIVE = [] include Aws::Structure end |