Class: Aws::Inspector2::Types::NetworkReachabilityDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::NetworkReachabilityDetails
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Contains the details of a network reachability finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_path ⇒ Types::NetworkPath
An object that contains details about a network path associated with a finding.
-
#open_port_range ⇒ Types::PortRange
An object that contains details about the open port range associated with a finding.
-
#protocol ⇒ String
The protocol associated with a finding.
Instance Attribute Details
#network_path ⇒ Types::NetworkPath
An object that contains details about a network path associated with a finding.
5532 5533 5534 5535 5536 5537 5538 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5532 class NetworkReachabilityDetails < Struct.new( :network_path, :open_port_range, :protocol) SENSITIVE = [] include Aws::Structure end |
#open_port_range ⇒ Types::PortRange
An object that contains details about the open port range associated with a finding.
5532 5533 5534 5535 5536 5537 5538 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5532 class NetworkReachabilityDetails < Struct.new( :network_path, :open_port_range, :protocol) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The protocol associated with a finding.
5532 5533 5534 5535 5536 5537 5538 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5532 class NetworkReachabilityDetails < Struct.new( :network_path, :open_port_range, :protocol) SENSITIVE = [] include Aws::Structure end |