Class: Aws::Glue::Types::UsageProfileDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::UsageProfileDefinition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Describes an Glue usage profile.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_on ⇒ Time
The date and time when the usage profile was created.
-
#description ⇒ String
A description of the usage profile.
-
#last_modified_on ⇒ Time
The date and time when the usage profile was last modified.
-
#name ⇒ String
The name of the usage profile.
Instance Attribute Details
#created_on ⇒ Time
The date and time when the usage profile was created.
25146 25147 25148 25149 25150 25151 25152 25153 |
# File 'lib/aws-sdk-glue/types.rb', line 25146 class UsageProfileDefinition < Struct.new( :name, :description, :created_on, :last_modified_on) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the usage profile.
25146 25147 25148 25149 25150 25151 25152 25153 |
# File 'lib/aws-sdk-glue/types.rb', line 25146 class UsageProfileDefinition < Struct.new( :name, :description, :created_on, :last_modified_on) SENSITIVE = [] include Aws::Structure end |
#last_modified_on ⇒ Time
The date and time when the usage profile was last modified.
25146 25147 25148 25149 25150 25151 25152 25153 |
# File 'lib/aws-sdk-glue/types.rb', line 25146 class UsageProfileDefinition < Struct.new( :name, :description, :created_on, :last_modified_on) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the usage profile.
25146 25147 25148 25149 25150 25151 25152 25153 |
# File 'lib/aws-sdk-glue/types.rb', line 25146 class UsageProfileDefinition < Struct.new( :name, :description, :created_on, :last_modified_on) SENSITIVE = [] include Aws::Structure end |