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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



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

#formatString

The format of the blueprint.

Returns:

  • (String)


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