You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ECS::Types::NetworkInterface

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

An object representing the elastic network interface for tasks that use the awsvpc network mode.

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_idString

The attachment ID for the network interface.

Returns:

  • (String)

    The attachment ID for the network interface.

#ipv6_addressString

The private IPv6 address for the network interface.

Returns:

  • (String)

    The private IPv6 address for the network interface.

#private_ipv_4_addressString

The private IPv4 address for the network interface.

Returns:

  • (String)

    The private IPv4 address for the network interface.