Class: Aws::WAFV2::Types::ManagedRuleGroupVersion
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WAFV2::Types::ManagedRuleGroupVersion
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wafv2/types.rb
 
Overview
Describes a single version of a managed rule group.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #last_update_timestamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time that the managed rule group owner updated the rule group version information.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version name.
 
Instance Attribute Details
#last_update_timestamp ⇒ Time
The date and time that the managed rule group owner updated the rule group version information.
      5602 5603 5604 5605 5606 5607  | 
    
      # File 'lib/aws-sdk-wafv2/types.rb', line 5602 class ManagedRuleGroupVersion < Struct.new( :name, :last_update_timestamp) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The version name.
      5602 5603 5604 5605 5606 5607  | 
    
      # File 'lib/aws-sdk-wafv2/types.rb', line 5602 class ManagedRuleGroupVersion < Struct.new( :name, :last_update_timestamp) SENSITIVE = [] include Aws::Structure end  |