Class: Aws::Types::RouteUpdateRequest
- Inherits:
-
Object
- Object
- Aws::Types::RouteUpdateRequest
- 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.
5408 5409 5410 |
# File 'sig/types.rbs', line 5408 def cidr @cidr end |
#gateway ⇒ ::String
Returns the value of attribute gateway.
5409 5410 5411 |
# File 'sig/types.rbs', line 5409 def gateway @gateway end |