Class: Aws::GuardDuty::Types::NetworkConnectionAction
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::NetworkConnectionAction
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
Contains information about the NETWORK_CONNECTION action described in the finding.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #blocked  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether EC2 blocked the network connection to your instance.
 - 
  
    
      #connection_direction  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The network connection direction.
 - 
  
    
      #local_ip_details  ⇒ Types::LocalIpDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The local IP information of the connection.
 - 
  
    
      #local_network_interface  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The EC2 instance’s local elastic network interface utilized for the connection.
 - 
  
    
      #local_port_details  ⇒ Types::LocalPortDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The local port information of the connection.
 - 
  
    
      #protocol  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The network connection protocol.
 - 
  
    
      #remote_ip_details  ⇒ Types::RemoteIpDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The remote IP information of the connection.
 - 
  
    
      #remote_port_details  ⇒ Types::RemotePortDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The remote port information of the connection.
 
Instance Attribute Details
#blocked ⇒ Boolean
Indicates whether EC2 blocked the network connection to your instance.
      6151 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 6151 class NetworkConnectionAction < Struct.new( :blocked, :connection_direction, :local_port_details, :protocol, :local_ip_details, :local_network_interface, :remote_ip_details, :remote_port_details) SENSITIVE = [] include Aws::Structure end  | 
  
#connection_direction ⇒ String
The network connection direction.
      6151 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 6151 class NetworkConnectionAction < Struct.new( :blocked, :connection_direction, :local_port_details, :protocol, :local_ip_details, :local_network_interface, :remote_ip_details, :remote_port_details) SENSITIVE = [] include Aws::Structure end  | 
  
#local_ip_details ⇒ Types::LocalIpDetails
The local IP information of the connection.
      6151 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 6151 class NetworkConnectionAction < Struct.new( :blocked, :connection_direction, :local_port_details, :protocol, :local_ip_details, :local_network_interface, :remote_ip_details, :remote_port_details) SENSITIVE = [] include Aws::Structure end  | 
  
#local_network_interface ⇒ String
The EC2 instance’s local elastic network interface utilized for the connection.
      6151 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 6151 class NetworkConnectionAction < Struct.new( :blocked, :connection_direction, :local_port_details, :protocol, :local_ip_details, :local_network_interface, :remote_ip_details, :remote_port_details) SENSITIVE = [] include Aws::Structure end  | 
  
#local_port_details ⇒ Types::LocalPortDetails
The local port information of the connection.
      6151 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 6151 class NetworkConnectionAction < Struct.new( :blocked, :connection_direction, :local_port_details, :protocol, :local_ip_details, :local_network_interface, :remote_ip_details, :remote_port_details) SENSITIVE = [] include Aws::Structure end  | 
  
#protocol ⇒ String
The network connection protocol.
      6151 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 6151 class NetworkConnectionAction < Struct.new( :blocked, :connection_direction, :local_port_details, :protocol, :local_ip_details, :local_network_interface, :remote_ip_details, :remote_port_details) SENSITIVE = [] include Aws::Structure end  | 
  
#remote_ip_details ⇒ Types::RemoteIpDetails
The remote IP information of the connection.
      6151 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 6151 class NetworkConnectionAction < Struct.new( :blocked, :connection_direction, :local_port_details, :protocol, :local_ip_details, :local_network_interface, :remote_ip_details, :remote_port_details) SENSITIVE = [] include Aws::Structure end  | 
  
#remote_port_details ⇒ Types::RemotePortDetails
The remote port information of the connection.
      6151 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 6151 class NetworkConnectionAction < Struct.new( :blocked, :connection_direction, :local_port_details, :protocol, :local_ip_details, :local_network_interface, :remote_ip_details, :remote_port_details) SENSITIVE = [] include Aws::Structure end  |