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

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

#include_blueprint ⇒ Boolean

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

Returns:

  • (Boolean)


13164
13165
13166
13167
13168
13169
13170
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13164

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

#include_parameter_spec ⇒ Boolean

Specifies whether or not to include the parameter specification.

Returns:

  • (Boolean)


13164
13165
13166
13167
13168
13169
13170
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13164

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

#name ⇒ String

The name of the blueprint.

Returns:

  • (String)


13164
13165
13166
13167
13168
13169
13170
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13164

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