Class: Aws::OSIS::Types::ListPipelineBlueprintsResponse

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

#blueprintsArray<Types::PipelineBlueprintSummary>

A list of available blueprints for Data Prepper.



325
326
327
328
329
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 325

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