Class: Aws::OSIS::Types::GetPipelineBlueprintResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::GetPipelineBlueprintResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-osis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blueprint ⇒ Types::PipelineBlueprint
The requested blueprint in YAML format.
-
#format ⇒ String
The format of the blueprint.
Instance Attribute Details
#blueprint ⇒ Types::PipelineBlueprint
The requested blueprint in YAML format.
260 261 262 263 264 265 |
# File 'lib/aws-sdk-osis/types.rb', line 260 class GetPipelineBlueprintResponse < Struct.new( :blueprint, :format) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
The format of the blueprint.
260 261 262 263 264 265 |
# File 'lib/aws-sdk-osis/types.rb', line 260 class GetPipelineBlueprintResponse < Struct.new( :blueprint, :format) SENSITIVE = [] include Aws::Structure end |