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/collector resides.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ip_addressString

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

Returns:

  • (String)


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_addressString

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

Returns:

  • (String)


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