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.
11475 11476 11477 |
# File 'sig/types.rbs', line 11475 def ipv_6_address @ipv_6_address end |
#is_primary_ipv_6 ⇒ Boolean
Returns the value of attribute is_primary_ipv_6.
11476 11477 11478 |
# File 'sig/types.rbs', line 11476 def is_primary_ipv_6 @is_primary_ipv_6 end |