Class: Aws::Glue::Types::BlueprintDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BlueprintDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The details of a blueprint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blueprint_name ⇒ String
The name of the blueprint.
-
#run_id ⇒ String
The run ID for this blueprint.
Instance Attribute Details
#blueprint_name ⇒ String
The name of the blueprint.
1591 1592 1593 1594 1595 1596 |
# File 'lib/aws-sdk-glue/types.rb', line 1591 class BlueprintDetails < Struct.new( :blueprint_name, :run_id) SENSITIVE = [] include Aws::Structure end |
#run_id ⇒ String
The run ID for this blueprint.
1591 1592 1593 1594 1595 1596 |
# File 'lib/aws-sdk-glue/types.rb', line 1591 class BlueprintDetails < Struct.new( :blueprint_name, :run_id) SENSITIVE = [] include Aws::Structure end |