Class: Aws::Glue::Types::BlueprintDetails

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

Overview

The details of a blueprint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blueprint_nameString

The name of the blueprint.

Returns:

  • (String)


1455
1456
1457
1458
1459
1460
# File 'lib/aws-sdk-glue/types.rb', line 1455

class BlueprintDetails < Struct.new(
  :blueprint_name,
  :run_id)
  SENSITIVE = []
  include Aws::Structure
end

#run_idString

The run ID for this blueprint.

Returns:

  • (String)


1455
1456
1457
1458
1459
1460
# File 'lib/aws-sdk-glue/types.rb', line 1455

class BlueprintDetails < Struct.new(
  :blueprint_name,
  :run_id)
  SENSITIVE = []
  include Aws::Structure
end