Class: Aws::SecurityHub::Types::NetworkPathComponentDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::NetworkPathComponentDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Information about the destination of the next component in the network path.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address ⇒ Array<String>
The IP addresses of the destination.
-
#port_ranges ⇒ Array<Types::PortRange>
A list of port ranges for the destination.
Instance Attribute Details
#address ⇒ Array<String>
The IP addresses of the destination.
27145 27146 27147 27148 27149 27150 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27145 class NetworkPathComponentDetails < Struct.new( :address, :port_ranges) SENSITIVE = [] include Aws::Structure end |
#port_ranges ⇒ Array<Types::PortRange>
A list of port ranges for the destination.
27145 27146 27147 27148 27149 27150 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27145 class NetworkPathComponentDetails < Struct.new( :address, :port_ranges) SENSITIVE = [] include Aws::Structure end |