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.
5610 5611 5612 5613 5614 5615 |
# File 'lib/aws-sdk-wafv2/types.rb', line 5610 class ManagedRuleGroupVersion < Struct.new( :name, :last_update_timestamp) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The version name.
5610 5611 5612 5613 5614 5615 |
# File 'lib/aws-sdk-wafv2/types.rb', line 5610 class ManagedRuleGroupVersion < Struct.new( :name, :last_update_timestamp) SENSITIVE = [] include Aws::Structure end |