Class: Aws::Types::RouteCreateRequest
- Inherits:
-
Object
- Object
- Aws::Types::RouteCreateRequest
- 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.
5402 5403 5404 |
# File 'sig/types.rbs', line 5402 def cidr @cidr end |
#gateway ⇒ ::String
Returns the value of attribute gateway.
5403 5404 5405 |
# File 'sig/types.rbs', line 5403 def gateway @gateway end |