Class: Aws::SecurityHub::Types::PortRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::PortRange
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Note:
When making an API call, you may pass PortRange data as a hash:
{
begin: 1,
end: 1,
}
A range of ports.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#begin ⇒ Integer
The first port in the port range.
-
#end ⇒ Integer
The last port in the port range.