Class: Aws::Types::AwsEc2NetworkInterfaceDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2NetworkInterfaceDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment ⇒ Types::AwsEc2NetworkInterfaceAttachment
Returns the value of attribute attachment.
-
#ip_v6_addresses ⇒ ::Array[Types::AwsEc2NetworkInterfaceIpV6AddressDetail]
Returns the value of attribute ip_v6_addresses.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#private_ip_addresses ⇒ ::Array[Types::AwsEc2NetworkInterfacePrivateIpAddressDetail]
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::AwsEc2NetworkInterfaceSecurityGroup]
Returns the value of attribute security_groups.
-
#source_dest_check ⇒ Boolean
Returns the value of attribute source_dest_check.
Instance Attribute Details
#attachment ⇒ Types::AwsEc2NetworkInterfaceAttachment
Returns the value of attribute attachment.
1774 1775 1776 |
# File 'sig/types.rbs', line 1774 def @attachment end |
#ip_v6_addresses ⇒ ::Array[Types::AwsEc2NetworkInterfaceIpV6AddressDetail]
Returns the value of attribute ip_v6_addresses.
1778 1779 1780 |
# File 'sig/types.rbs', line 1778 def ip_v6_addresses @ip_v6_addresses end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
1775 1776 1777 |
# File 'sig/types.rbs', line 1775 def network_interface_id @network_interface_id end |
#private_ip_addresses ⇒ ::Array[Types::AwsEc2NetworkInterfacePrivateIpAddressDetail]
Returns the value of attribute private_ip_addresses.
1779 1780 1781 |
# File 'sig/types.rbs', line 1779 def private_ip_addresses @private_ip_addresses end |
#public_dns_name ⇒ ::String
Returns the value of attribute public_dns_name.
1780 1781 1782 |
# File 'sig/types.rbs', line 1780 def public_dns_name @public_dns_name end |
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
1781 1782 1783 |
# File 'sig/types.rbs', line 1781 def public_ip @public_ip end |
#security_groups ⇒ ::Array[Types::AwsEc2NetworkInterfaceSecurityGroup]
Returns the value of attribute security_groups.
1776 1777 1778 |
# File 'sig/types.rbs', line 1776 def security_groups @security_groups end |
#source_dest_check ⇒ Boolean
Returns the value of attribute source_dest_check.
1777 1778 1779 |
# File 'sig/types.rbs', line 1777 def source_dest_check @source_dest_check end |