Class: Aws::Types::NetworkInterface

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:private_ip_address])

Instance Attribute Summary collapse

Instance Attribute Details

#ipv_6_addresses::Array[::String]

Returns the value of attribute ipv_6_addresses.

Returns:

  • (::Array[::String])


2261
2262
2263
# File 'sig/types.rbs', line 2261

def ipv_6_addresses
  @ipv_6_addresses
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


2262
2263
2264
# File 'sig/types.rbs', line 2262

def network_interface_id
  @network_interface_id
end

#private_dns_name::String

Returns the value of attribute private_dns_name.

Returns:

  • (::String)


2263
2264
2265
# File 'sig/types.rbs', line 2263

def private_dns_name
  @private_dns_name
end

#private_ip_address::String

Returns the value of attribute private_ip_address.

Returns:

  • (::String)


2264
2265
2266
# File 'sig/types.rbs', line 2264

def private_ip_address
  @private_ip_address
end

#private_ip_addresses::Array[Types::PrivateIpAddressDetails]

Returns the value of attribute private_ip_addresses.

Returns:



2265
2266
2267
# File 'sig/types.rbs', line 2265

def private_ip_addresses
  @private_ip_addresses
end

#public_dns_name::String

Returns the value of attribute public_dns_name.

Returns:

  • (::String)


2266
2267
2268
# File 'sig/types.rbs', line 2266

def public_dns_name
  @public_dns_name
end

#public_ip::String

Returns the value of attribute public_ip.

Returns:

  • (::String)


2267
2268
2269
# File 'sig/types.rbs', line 2267

def public_ip
  @public_ip
end

#security_groups::Array[Types::SecurityGroup]

Returns the value of attribute security_groups.

Returns:



2268
2269
2270
# File 'sig/types.rbs', line 2268

def security_groups
  @security_groups
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


2269
2270
2271
# File 'sig/types.rbs', line 2269

def subnet_id
  @subnet_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


2270
2271
2272
# File 'sig/types.rbs', line 2270

def vpc_id
  @vpc_id
end