Class: Aws::Glue::Types::CreateUsageProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CreateUsageProfileRequest
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::ProfileConfiguration
A
ProfileConfiguration
object specifying the job and session values for the profile. -
#description ⇒ String
A description of the usage profile.
-
#name ⇒ String
The name of the usage profile.
-
#tags ⇒ Hash<String,String>
A list of tags applied to the usage profile.
Instance Attribute Details
#configuration ⇒ Types::ProfileConfiguration
A ProfileConfiguration
object specifying the job and session
values for the profile.
7055 7056 7057 7058 7059 7060 7061 7062 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7055 class CreateUsageProfileRequest < Struct.new( :name, :description, :configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the usage profile.
7055 7056 7057 7058 7059 7060 7061 7062 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7055 class CreateUsageProfileRequest < Struct.new( :name, :description, :configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the usage profile.
7055 7056 7057 7058 7059 7060 7061 7062 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7055 class CreateUsageProfileRequest < Struct.new( :name, :description, :configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A list of tags applied to the usage profile.
7055 7056 7057 7058 7059 7060 7061 7062 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7055 class CreateUsageProfileRequest < Struct.new( :name, :description, :configuration, :tags) SENSITIVE = [] include Aws::Structure end |