Class: Aws::Redshift::Types::ModifyUsageLimitMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::ModifyUsageLimitMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #amount  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new limit amount.
 - 
  
    
      #breach_action  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new action that Amazon Redshift takes when the limit is reached.
 - 
  
    
      #usage_limit_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the usage limit to modify.
 
Instance Attribute Details
#amount ⇒ Integer
The new limit amount. For more information about this parameter, see UsageLimit.
      8739 8740 8741 8742 8743 8744 8745  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 8739 class ModifyUsageLimitMessage < Struct.new( :usage_limit_id, :amount, :breach_action) SENSITIVE = [] include Aws::Structure end  | 
  
#breach_action ⇒ String
The new action that Amazon Redshift takes when the limit is reached. For more information about this parameter, see UsageLimit.
      8739 8740 8741 8742 8743 8744 8745  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 8739 class ModifyUsageLimitMessage < Struct.new( :usage_limit_id, :amount, :breach_action) SENSITIVE = [] include Aws::Structure end  | 
  
#usage_limit_id ⇒ String
The identifier of the usage limit to modify.
      8739 8740 8741 8742 8743 8744 8745  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 8739 class ModifyUsageLimitMessage < Struct.new( :usage_limit_id, :amount, :breach_action) SENSITIVE = [] include Aws::Structure end  |