Class: Aws::SecurityHub::Types::FirewallPolicyStatefulRuleGroupReferencesDetails

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

Overview

A stateful rule group that is used by the firewall policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the stateful rule group.

Returns:

  • (String)


24054
24055
24056
24057
24058
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24054

class FirewallPolicyStatefulRuleGroupReferencesDetails < Struct.new(
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end