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

#ipv6_addresses::Array[::String]

Returns the value of attribute ipv6_addresses.

Returns:

  • (::Array[::String])


595
596
597
# File 'sig/types.rbs', line 595

def ipv6_addresses
  @ipv6_addresses
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


587
588
589
# File 'sig/types.rbs', line 587

def network_interface_id
  @network_interface_id
end

#private_dns_name::String

Returns the value of attribute private_dns_name.

Returns:

  • (::String)


590
591
592
# File 'sig/types.rbs', line 590

def private_dns_name
  @private_dns_name
end

#private_ip_address::String

Returns the value of attribute private_ip_address.

Returns:

  • (::String)


591
592
593
# File 'sig/types.rbs', line 591

def private_ip_address
  @private_ip_address
end

#private_ip_addresses::Array[Types::PrivateIp]

Returns the value of attribute private_ip_addresses.

Returns:



592
593
594
# File 'sig/types.rbs', line 592

def private_ip_addresses
  @private_ip_addresses
end

#public_dns_name::String

Returns the value of attribute public_dns_name.

Returns:

  • (::String)


593
594
595
# File 'sig/types.rbs', line 593

def public_dns_name
  @public_dns_name
end

#public_ip::String

Returns the value of attribute public_ip.

Returns:

  • (::String)


594
595
596
# File 'sig/types.rbs', line 594

def public_ip
  @public_ip
end

#security_groups::Array[Types::SecurityGroup]

Returns the value of attribute security_groups.

Returns:



596
597
598
# File 'sig/types.rbs', line 596

def security_groups
  @security_groups
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


588
589
590
# File 'sig/types.rbs', line 588

def subnet_id
  @subnet_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


589
590
591
# File 'sig/types.rbs', line 589

def vpc_id
  @vpc_id
end