You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::WAFV2::Types::GetRateBasedStatementManagedKeysResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::WAFV2::Types::GetRateBasedStatementManagedKeysResponse
 
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #managed_keys_ipv4  ⇒ Types::RateBasedStatementManagedKeysIPSet 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The keys that are of Internet Protocol version 4 (IPv4). 
- 
  
    
      #managed_keys_ipv6  ⇒ Types::RateBasedStatementManagedKeysIPSet 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The keys that are of Internet Protocol version 6 (IPv6). 
Instance Attribute Details
#managed_keys_ipv4 ⇒ Types::RateBasedStatementManagedKeysIPSet
The keys that are of Internet Protocol version 4 (IPv4).
#managed_keys_ipv6 ⇒ Types::RateBasedStatementManagedKeysIPSet
The keys that are of Internet Protocol version 6 (IPv6).