Class: Aws::Types::Route
- Inherits:
-
Object
- Object
- Aws::Types::Route
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#gateway ⇒ ::String
Returns the value of attribute gateway.
Instance Attribute Details
#cidr ⇒ ::String
Returns the value of attribute cidr.
5396 5397 5398 |
# File 'sig/types.rbs', line 5396 def cidr @cidr end |
#gateway ⇒ ::String
Returns the value of attribute gateway.
5397 5398 5399 |
# File 'sig/types.rbs', line 5397 def gateway @gateway end |