Class: Aws::OSIS::Types::GetPipelineBlueprintResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blueprintTypes::PipelineBlueprint

The requested blueprint in YAML format.



240
241
242
243
244
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 240

class GetPipelineBlueprintResponse < Struct.new(
  :blueprint)
  SENSITIVE = []
  include Aws::Structure
end