Class: Aws::Types::CidrMapping
- Inherits:
-
Object
- Object
- Aws::Types::CidrMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#original_cidr ⇒ ::String
Returns the value of attribute original_cidr.
-
#updated_cidr ⇒ ::String
Returns the value of attribute updated_cidr.
Instance Attribute Details
#original_cidr ⇒ ::String
Returns the value of attribute original_cidr.
96 97 98 |
# File 'sig/types.rbs', line 96 def original_cidr @original_cidr end |
#updated_cidr ⇒ ::String
Returns the value of attribute updated_cidr.
97 98 99 |
# File 'sig/types.rbs', line 97 def updated_cidr @updated_cidr end |