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.
12389 12390 12391 |
# File 'sig/types.rbs', line 12389 def cidr_ipv_6 @cidr_ipv_6 end |
#description ⇒ ::String
Returns the value of attribute description.
12388 12389 12390 |
# File 'sig/types.rbs', line 12388 def description @description end |