Class: Aws::Types::Ec2NetworkInterface
- Inherits:
-
Object
- Object
- Aws::Types::Ec2NetworkInterface
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipv_6_addresses ⇒ ::Array[::String]
Returns the value of attribute ipv_6_addresses.
-
#private_ip_addresses ⇒ ::Array[Types::PrivateIpAddressDetails]
Returns the value of attribute private_ip_addresses.
-
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
-
#security_groups ⇒ ::Array[Types::SecurityGroup]
Returns the value of attribute security_groups.
-
#sub_net_id ⇒ ::String
Returns the value of attribute sub_net_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#ipv_6_addresses ⇒ ::Array[::String]
Returns the value of attribute ipv_6_addresses.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def ipv_6_addresses @ipv_6_addresses end |
#private_ip_addresses ⇒ ::Array[Types::PrivateIpAddressDetails]
Returns the value of attribute private_ip_addresses.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def private_ip_addresses @private_ip_addresses end |
#public_ip ⇒ ::String
Returns the value of attribute public_ip.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def public_ip @public_ip end |
#security_groups ⇒ ::Array[Types::SecurityGroup]
Returns the value of attribute security_groups.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def security_groups @security_groups end |
#sub_net_id ⇒ ::String
Returns the value of attribute sub_net_id.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def sub_net_id @sub_net_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def vpc_id @vpc_id end |