Class: Aws::RoboMaker::Types::NetworkInterface

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb

Overview

Describes a network interface.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_interface_idString

The ID of the network interface.

Returns:

  • (String)


3936
3937
3938
3939
3940
3941
3942
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 3936

class NetworkInterface < Struct.new(
  :network_interface_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#private_ip_addressString

The IPv4 address of the network interface within the subnet.

Returns:

  • (String)


3936
3937
3938
3939
3940
3941
3942
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 3936

class NetworkInterface < Struct.new(
  :network_interface_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#public_ip_addressString

The IPv4 public address of the network interface.

Returns:

  • (String)


3936
3937
3938
3939
3940
3941
3942
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 3936

class NetworkInterface < Struct.new(
  :network_interface_id,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end