Class: Aws::Types::NetworkInterface

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


728
729
730
# File 'sig/types.rbs', line 728

def availability_zone
  @availability_zone
end

#ipv6_address::String

Returns the value of attribute ipv6_address.

Returns:

  • (::String)


729
730
731
# File 'sig/types.rbs', line 729

def ipv6_address
  @ipv6_address
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


730
731
732
# File 'sig/types.rbs', line 730

def network_interface_id
  @network_interface_id
end

#private_ip_address::String

Returns the value of attribute private_ip_address.

Returns:

  • (::String)


731
732
733
# File 'sig/types.rbs', line 731

def private_ip_address
  @private_ip_address
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


732
733
734
# File 'sig/types.rbs', line 732

def subnet_id
  @subnet_id
end