Class: Aws::Glue::Types::UpdateUsageProfileRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::UpdateUsageProfileRequest
 
- Includes:
- Structure
- Defined in:
- 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. 
Instance Attribute Details
#configuration ⇒ Types::ProfileConfiguration
A ‘ProfileConfiguration` object specifying the job and session values for the profile.
| 27595 27596 27597 27598 27599 27600 27601 | # File 'lib/aws-sdk-glue/types.rb', line 27595 class UpdateUsageProfileRequest < Struct.new( :name, :description, :configuration) SENSITIVE = [] include Aws::Structure end | 
#description ⇒ String
A description of the usage profile.
| 27595 27596 27597 27598 27599 27600 27601 | # File 'lib/aws-sdk-glue/types.rb', line 27595 class UpdateUsageProfileRequest < Struct.new( :name, :description, :configuration) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the usage profile.
| 27595 27596 27597 27598 27599 27600 27601 | # File 'lib/aws-sdk-glue/types.rb', line 27595 class UpdateUsageProfileRequest < Struct.new( :name, :description, :configuration) SENSITIVE = [] include Aws::Structure end |