Class: Aws::SecurityHub::Types::RuleGroupSourceStatelessRuleMatchAttributesDestinations

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

Overview

A destination IP address or range.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#address_definitionString

An IP address or a block of IP addresses.

Returns:

  • (String)


29139
29140
29141
29142
29143
# File 'lib/aws-sdk-securityhub/types.rb', line 29139

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