Class: Aws::Glue::Types::UpdateUsageProfileResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::UpdateUsageProfileResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the usage profile that was updated. 
Instance Attribute Details
#name ⇒ String
The name of the usage profile that was updated.
| 27609 27610 27611 27612 27613 | # File 'lib/aws-sdk-glue/types.rb', line 27609 class UpdateUsageProfileResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |