Class: Aws::SecurityHub::Types::RuleGroupVariablesPortSetsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::RuleGroupVariablesPortSetsDetails
- 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
-
#definition ⇒ Array<String>
The list of port ranges.
Instance Attribute Details
#definition ⇒ Array<String>
The list of port ranges.
29273 29274 29275 29276 29277 |
# File 'lib/aws-sdk-securityhub/types.rb', line 29273 class RuleGroupVariablesPortSetsDetails < Struct.new( :definition) SENSITIVE = [] include Aws::Structure end |