Class: Aws::Glue::Types::BatchGetBlueprintsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#include_blueprintBoolean

Specifies whether or not to include the blueprint in the response.

Returns:

  • (Boolean)


767
768
769
770
771
772
773
# File 'lib/aws-sdk-glue/types.rb', line 767

class BatchGetBlueprintsRequest < Struct.new(
  :names,
  :include_blueprint,
  :include_parameter_spec)
  SENSITIVE = []
  include Aws::Structure
end

#include_parameter_specBoolean

Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response.

Returns:

  • (Boolean)


767
768
769
770
771
772
773
# File 'lib/aws-sdk-glue/types.rb', line 767

class BatchGetBlueprintsRequest < Struct.new(
  :names,
  :include_blueprint,
  :include_parameter_spec)
  SENSITIVE = []
  include Aws::Structure
end

#namesArray<String>

A list of blueprint names.

Returns:

  • (Array<String>)


767
768
769
770
771
772
773
# File 'lib/aws-sdk-glue/types.rb', line 767

class BatchGetBlueprintsRequest < Struct.new(
  :names,
  :include_blueprint,
  :include_parameter_spec)
  SENSITIVE = []
  include Aws::Structure
end