Class: Aws::Glue::Types::BatchGetBlueprintsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BatchGetBlueprintsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blueprints ⇒ Array<Types::Blueprint>
Returns a list of blueprint as a ‘Blueprints` object.
-
#missing_blueprints ⇒ Array<String>
Returns a list of ‘BlueprintNames` that were not found.
Instance Attribute Details
#blueprints ⇒ Array<Types::Blueprint>
Returns a list of blueprint as a ‘Blueprints` object.
892 893 894 895 896 897 |
# File 'lib/aws-sdk-glue/types.rb', line 892 class BatchGetBlueprintsResponse < Struct.new( :blueprints, :missing_blueprints) SENSITIVE = [] include Aws::Structure end |
#missing_blueprints ⇒ Array<String>
Returns a list of ‘BlueprintNames` that were not found.
892 893 894 895 896 897 |
# File 'lib/aws-sdk-glue/types.rb', line 892 class BatchGetBlueprintsResponse < Struct.new( :blueprints, :missing_blueprints) SENSITIVE = [] include Aws::Structure end |