Class: Aws::Types::InstanceIpv6Address
- Inherits:
-
Object
- Object
- Aws::Types::InstanceIpv6Address
- 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.
Instance Attribute Details
#ipv_6_address ⇒ ::String
Returns the value of attribute ipv_6_address.
11745 11746 11747 |
# File 'sig/types.rbs', line 11745 def ipv_6_address @ipv_6_address end |
#is_primary_ipv_6 ⇒ Boolean
Returns the value of attribute is_primary_ipv_6.
11746 11747 11748 |
# File 'sig/types.rbs', line 11746 def is_primary_ipv_6 @is_primary_ipv_6 end |