Class: Aws::Glue::Types::CreateUsageProfileResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::CreateUsageProfileResponse
 
- 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 created. 
Instance Attribute Details
#name ⇒ String
The name of the usage profile that was created.
| 7082 7083 7084 7085 7086 | # File 'lib/aws-sdk-glue/types.rb', line 7082 class CreateUsageProfileResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |