Class: Aws::OSIS::Types::GetPipelineBlueprintRequest

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

#blueprint_nameString

The name of the blueprint to retrieve.

Returns:

  • (String)


255
256
257
258
259
260
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 255

class GetPipelineBlueprintRequest < Struct.new(
  :blueprint_name,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

The format format of the blueprint to retrieve.

Returns:

  • (String)


255
256
257
258
259
260
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 255

class GetPipelineBlueprintRequest < Struct.new(
  :blueprint_name,
  :format)
  SENSITIVE = []
  include Aws::Structure
end