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)


228
229
230
231
232
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 228

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