Class: Aws::NetworkFirewall::Types::SourceMetadata

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkfirewall/types.rb

Overview

High-level information about the managed rule group that your own rule group is copied from. You can use the the metadata to track version updates made to the originating rule group. You can retrieve all objects for a rule group by calling [DescribeRuleGroup].

[1]: docs.aws.amazon.com/network-firewall/latest/APIReference/API_DescribeRuleGroup.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_arnString

The Amazon Resource Name (ARN) of the rule group that your own rule group is copied from.

Returns:

  • (String)


3661
3662
3663
3664
3665
3666
# File 'lib/aws-sdk-networkfirewall/types.rb', line 3661

class SourceMetadata < Struct.new(
  :source_arn,
  :source_update_token)
  SENSITIVE = []
  include Aws::Structure
end

#source_update_tokenString

The update token of the Amazon Web Services managed rule group that your own rule group is copied from. To determine the update token for the managed rule group, call [DescribeRuleGroup].

[1]: docs.aws.amazon.com/network-firewall/latest/APIReference/API_DescribeRuleGroup.html#networkfirewall-DescribeRuleGroup-response-UpdateToken

Returns:

  • (String)


3661
3662
3663
3664
3665
3666
# File 'lib/aws-sdk-networkfirewall/types.rb', line 3661

class SourceMetadata < Struct.new(
  :source_arn,
  :source_update_token)
  SENSITIVE = []
  include Aws::Structure
end