Class: Aws::Types::NetworkInterfaceIpv6Address
- Inherits:
-
Object
- Object
- Aws::Types::NetworkInterfaceIpv6Address
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipv_6_address ⇒ ::String
Returns the value of attribute ipv_6_address.
-
#is_primary_ipv_6 ⇒ Boolean
Returns the value of attribute is_primary_ipv_6.
-
#public_ipv_6_dns_name ⇒ ::String
Returns the value of attribute public_ipv_6_dns_name.
Instance Attribute Details
#ipv_6_address ⇒ ::String
Returns the value of attribute ipv_6_address.
15490 15491 15492 |
# File 'sig/types.rbs', line 15490 def ipv_6_address @ipv_6_address end |
#is_primary_ipv_6 ⇒ Boolean
Returns the value of attribute is_primary_ipv_6.
15492 15493 15494 |
# File 'sig/types.rbs', line 15492 def is_primary_ipv_6 @is_primary_ipv_6 end |
#public_ipv_6_dns_name ⇒ ::String
Returns the value of attribute public_ipv_6_dns_name.
15491 15492 15493 |
# File 'sig/types.rbs', line 15491 def public_ipv_6_dns_name @public_ipv_6_dns_name end |