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)


2208
2209
2210
# File 'sig/types.rbs', line 2208

def availability_zone
  @availability_zone
end

#ipv_6_address::String

Returns the value of attribute ipv_6_address.

Returns:

  • (::String)


2209
2210
2211
# File 'sig/types.rbs', line 2209

def ipv_6_address
  @ipv_6_address
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


2205
2206
2207
# File 'sig/types.rbs', line 2205

def network_interface_id
  @network_interface_id
end

#private_ip_address::String

Returns the value of attribute private_ip_address.

Returns:

  • (::String)


2207
2208
2209
# File 'sig/types.rbs', line 2207

def private_ip_address
  @private_ip_address
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


2206
2207
2208
# File 'sig/types.rbs', line 2206

def subnet_id
  @subnet_id
end