Class: Aws::Glue::Types::UpdateBlueprintRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::UpdateBlueprintRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blueprint_location ⇒ String
Specifies a path in Amazon S3 where the blueprint is published.
-
#description ⇒ String
A description of the blueprint.
-
#name ⇒ String
The name of the blueprint.
Instance Attribute Details
#blueprint_location ⇒ String
Specifies a path in Amazon S3 where the blueprint is published.
26258 26259 26260 26261 26262 26263 26264 |
# File 'lib/aws-sdk-glue/types.rb', line 26258 class UpdateBlueprintRequest < Struct.new( :name, :description, :blueprint_location) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the blueprint.
26258 26259 26260 26261 26262 26263 26264 |
# File 'lib/aws-sdk-glue/types.rb', line 26258 class UpdateBlueprintRequest < Struct.new( :name, :description, :blueprint_location) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the blueprint.
26258 26259 26260 26261 26262 26263 26264 |
# File 'lib/aws-sdk-glue/types.rb', line 26258 class UpdateBlueprintRequest < Struct.new( :name, :description, :blueprint_location) SENSITIVE = [] include Aws::Structure end |