Class: Aws::SecurityHub::Types::RuleGroupVariablesPortSetsDetails

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

Overview

A list of port ranges.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#definitionArray<String>

The list of port ranges.

Returns:

  • (Array<String>)


29277
29278
29279
29280
29281
# File 'lib/aws-sdk-securityhub/types.rb', line 29277

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