Class: Aws::OSIS::Types::UpdatePipelineResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::UpdatePipelineResponse
- 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 updated pipeline.
Instance Attribute Details
#pipeline ⇒ Types::Pipeline
Container for information about the updated pipeline.
909 910 911 912 913 |
# File 'lib/aws-sdk-osis/types.rb', line 909 class UpdatePipelineResponse < Struct.new( :pipeline) SENSITIVE = [] include Aws::Structure end |