Class: Aws::Types::NetworkInterface
- Inherits:
-
Object
- Object
- Aws::Types::NetworkInterface
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipv6_addresses ⇒ ::Array[::String]
Returns the value of attribute ipv6_addresses.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#private_dns_name ⇒ ::String
Returns the value of attribute private_dns_name.
-
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
-
#private_ip_addresses ⇒ ::Array[Types::PrivateIp]
Returns the value of attribute private_ip_addresses.
-
#public_dns_name ⇒ ::String
Returns the value of attribute public_dns_name.
-
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
-
#security_groups ⇒ ::Array[Types::SecurityGroup]
Returns the value of attribute security_groups.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#ipv6_addresses ⇒ ::Array[::String]
Returns the value of attribute ipv6_addresses.
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.
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.
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.
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.
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.
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.
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.
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.
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.
589 590 591 |
# File 'sig/types.rbs', line 589 def vpc_id @vpc_id end |