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.
| 27773 27774 27775 27776 27777 27778 27779 27780 | # File 'lib/aws-sdk-glue/types.rb', line 27773 class UsageProfileDefinition < Struct.new( :name, :description, :created_on, :last_modified_on) SENSITIVE = [] include Aws::Structure end | 
#description ⇒ String
A description of the usage profile.
| 27773 27774 27775 27776 27777 27778 27779 27780 | # File 'lib/aws-sdk-glue/types.rb', line 27773 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.
| 27773 27774 27775 27776 27777 27778 27779 27780 | # File 'lib/aws-sdk-glue/types.rb', line 27773 class UsageProfileDefinition < Struct.new( :name, :description, :created_on, :last_modified_on) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the usage profile.
| 27773 27774 27775 27776 27777 27778 27779 27780 | # File 'lib/aws-sdk-glue/types.rb', line 27773 class UsageProfileDefinition < Struct.new( :name, :description, :created_on, :last_modified_on) SENSITIVE = [] include Aws::Structure end |