Class: Aws::Glue::Types::BatchGetBlueprintsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blueprintsArray<Types::Blueprint>

Returns a list of blueprint as a Blueprints object.

Returns:



785
786
787
788
789
790
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 785

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

#missing_blueprintsArray<String>

Returns a list of BlueprintNames that were not found.

Returns:

  • (Array<String>)


785
786
787
788
789
790
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 785

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