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.
14854 14855 14856 |
# File 'sig/types.rbs', line 14854 def ipv_6_address @ipv_6_address end |
#is_primary_ipv_6 ⇒ Boolean
Returns the value of attribute is_primary_ipv_6.
14856 14857 14858 |
# File 'sig/types.rbs', line 14856 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.
14855 14856 14857 |
# File 'sig/types.rbs', line 14855 def public_ipv_6_dns_name @public_ipv_6_dns_name end |