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)


2219
2220
2221
# File 'sig/types.rbs', line 2219

def availability_zone
  @availability_zone
end

#ipv_6_address::String

Returns the value of attribute ipv_6_address.

Returns:

  • (::String)


2220
2221
2222
# File 'sig/types.rbs', line 2220

def ipv_6_address
  @ipv_6_address
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


2216
2217
2218
# File 'sig/types.rbs', line 2216

def network_interface_id
  @network_interface_id
end

#private_ip_address::String

Returns the value of attribute private_ip_address.

Returns:

  • (::String)


2218
2219
2220
# File 'sig/types.rbs', line 2218

def private_ip_address
  @private_ip_address
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


2217
2218
2219
# File 'sig/types.rbs', line 2217

def subnet_id
  @subnet_id
end