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

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

#blueprintsArray<Types::PipelineBlueprintSummary>

A list of available blueprints for Data Prepper.



346
347
348
349
350
# File 'lib/aws-sdk-osis/types.rb', line 346

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