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

#attachment_id::String

Returns the value of attribute attachment_id.

Returns:

  • (::String)


1302
1303
1304
# File 'sig/types.rbs', line 1302

def attachment_id
  @attachment_id
end

#ipv6_address::String

Returns the value of attribute ipv6_address.

Returns:

  • (::String)


1303
1304
1305
# File 'sig/types.rbs', line 1303

def ipv6_address
  @ipv6_address
end

#private_ipv_4_address::String

Returns the value of attribute private_ipv_4_address.

Returns:

  • (::String)


1304
1305
1306
# File 'sig/types.rbs', line 1304

def private_ipv_4_address
  @private_ipv_4_address
end