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.
5411 5412 5413 |
# File 'sig/types.rbs', line 5411 def cidr @cidr end |
#gateway ⇒ ::String
Returns the value of attribute gateway.
5412 5413 5414 |
# File 'sig/types.rbs', line 5412 def gateway @gateway end |