Class: Aws::Types::Ipv6Range
- Inherits:
-
Object
- Object
- Aws::Types::Ipv6Range
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr_ipv_6 ⇒ ::String
Returns the value of attribute cidr_ipv_6.
-
#description ⇒ ::String
Returns the value of attribute description.
Instance Attribute Details
#cidr_ipv_6 ⇒ ::String
Returns the value of attribute cidr_ipv_6.
12981 12982 12983 |
# File 'sig/types.rbs', line 12981 def cidr_ipv_6 @cidr_ipv_6 end |
#description ⇒ ::String
Returns the value of attribute description.
12980 12981 12982 |
# File 'sig/types.rbs', line 12980 def description @description end |