Class: Aws::ApplicationDiscoveryService::Types::AgentNetworkInfo

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-applicationdiscoveryservice/types.rb

Overview

Network details about the host where the agent/connector resides.

Instance Attribute Summary collapse

Instance Attribute Details

#ip_addressString

The IP address for the host where the agent/connector resides.

Returns:

  • (String)


109
110
111
112
113
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 109

class AgentNetworkInfo < Struct.new(
  :ip_address,
  :mac_address)
  include Aws::Structure
end

#mac_addressString

The MAC address for the host where the agent/connector resides.

Returns:

  • (String)


109
110
111
112
113
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 109

class AgentNetworkInfo < Struct.new(
  :ip_address,
  :mac_address)
  include Aws::Structure
end