Class: Aws::WAFV2::Types::ManagedRuleGroupVersion

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb

Overview

Describes a single version of a managed rule group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_update_timestampTime

The date and time that the managed rule group owner updated the rule group version information.

Returns:

  • (Time)


5482
5483
5484
5485
5486
5487
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 5482

class ManagedRuleGroupVersion < Struct.new(
  :name,
  :last_update_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The version name.

Returns:

  • (String)


5482
5483
5484
5485
5486
5487
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 5482

class ManagedRuleGroupVersion < Struct.new(
  :name,
  :last_update_timestamp)
  SENSITIVE = []
  include Aws::Structure
end