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.
11963 11964 11965 |
# File 'sig/types.rbs', line 11963 def ipv_6_address @ipv_6_address end |
#is_primary_ipv_6 ⇒ Boolean
Returns the value of attribute is_primary_ipv_6.
11964 11965 11966 |
# File 'sig/types.rbs', line 11964 def is_primary_ipv_6 @is_primary_ipv_6 end |