Class: Aws::Glue::Types::CreateBlueprintRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CreateBlueprintRequest
- Defined in:
- gems/aws-sdk-glue/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.
-
#tags ⇒ Hash<String,String>
The tags to be applied to this blueprint.
Instance Attribute Details
#blueprint_location ⇒ String
Specifies a path in Amazon S3 where the blueprint is published.
3950 3951 3952 3953 3954 3955 3956 3957 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3950 class CreateBlueprintRequest < Struct.new( :name, :description, :blueprint_location, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the blueprint.
3950 3951 3952 3953 3954 3955 3956 3957 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3950 class CreateBlueprintRequest < Struct.new( :name, :description, :blueprint_location, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the blueprint.
3950 3951 3952 3953 3954 3955 3956 3957 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3950 class CreateBlueprintRequest < Struct.new( :name, :description, :blueprint_location, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to be applied to this blueprint.
3950 3951 3952 3953 3954 3955 3956 3957 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3950 class CreateBlueprintRequest < Struct.new( :name, :description, :blueprint_location, :tags) SENSITIVE = [] include Aws::Structure end |