Class: Aws::Glue::Types::BlueprintDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BlueprintDetails
- Defined in:
- gems/aws-sdk-glue/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.
1965 1966 1967 1968 1969 1970 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1965 class BlueprintDetails < Struct.new( :blueprint_name, :run_id) SENSITIVE = [] include Aws::Structure end |
#run_id ⇒ String
The run ID for this blueprint.
1965 1966 1967 1968 1969 1970 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1965 class BlueprintDetails < Struct.new( :blueprint_name, :run_id) SENSITIVE = [] include Aws::Structure end |