Class: Aws::Glue::Types::GetBlueprintRequest

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)


10959
10960
10961
10962
10963
10964
10965
# File 'lib/aws-sdk-glue/types.rb', line 10959

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

#include_parameter_specBoolean

Specifies whether or not to include the parameter specification.

Returns:

  • (Boolean)


10959
10960
10961
10962
10963
10964
10965
# File 'lib/aws-sdk-glue/types.rb', line 10959

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

#nameString

The name of the blueprint.

Returns:

  • (String)


10959
10960
10961
10962
10963
10964
10965
# File 'lib/aws-sdk-glue/types.rb', line 10959

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