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)


243
244
245
246
247
248
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 243

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

#formatString

The format format of the blueprint to retrieve.

Returns:

  • (String)


243
244
245
246
247
248
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 243

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