Class: Aws::RedshiftServerless::Types::DeleteUsageLimitRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RedshiftServerless::Types::DeleteUsageLimitRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshiftserverless/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #usage_limit_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the usage limit to delete.
 
Instance Attribute Details
#usage_limit_id ⇒ String
The unique identifier of the usage limit to delete.
      952 953 954 955 956  | 
    
      # File 'lib/aws-sdk-redshiftserverless/types.rb', line 952 class DeleteUsageLimitRequest < Struct.new( :usage_limit_id) SENSITIVE = [] include Aws::Structure end  |