Class: Aws::Redshift::Types::DeleteUsageLimitMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Redshift::Types::DeleteUsageLimitMessage
 
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #usage_limit_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the usage limit to delete. 
Instance Attribute Details
#usage_limit_id ⇒ String
The identifier of the usage limit to delete.
| 3874 3875 3876 3877 3878 | # File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3874 class DeleteUsageLimitMessage < Struct.new( :usage_limit_id) SENSITIVE = [] include Aws::Structure end |