Class: Aws::ApplicationDiscoveryService::Types::AgentNetworkInfo
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ApplicationDiscoveryService::Types::AgentNetworkInfo
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationdiscoveryservice/types.rb
Overview
Network details about the host where the agent/collector resides.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #ip_address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The IP address for the host where the agent/collector resides. 
- 
  
    
      #mac_address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The MAC address for the host where the agent/collector resides. 
Instance Attribute Details
#ip_address ⇒ String
The IP address for the host where the agent/collector resides.
| 111 112 113 114 115 116 | # File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 111 class AgentNetworkInfo < Struct.new( :ip_address, :mac_address) SENSITIVE = [] include Aws::Structure end | 
#mac_address ⇒ String
The MAC address for the host where the agent/collector resides.
| 111 112 113 114 115 116 | # File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 111 class AgentNetworkInfo < Struct.new( :ip_address, :mac_address) SENSITIVE = [] include Aws::Structure end |