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.
1686 1687 1688 1689 1690 1691 |
# File 'lib/aws-sdk-glue/types.rb', line 1686 class BlueprintDetails < Struct.new( :blueprint_name, :run_id) SENSITIVE = [] include Aws::Structure end |
#run_id ⇒ String
The run ID for this blueprint.
1686 1687 1688 1689 1690 1691 |
# File 'lib/aws-sdk-glue/types.rb', line 1686 class BlueprintDetails < Struct.new( :blueprint_name, :run_id) SENSITIVE = [] include Aws::Structure end |