Class: Aws::Types::InputRequestDestinationRoute
- Inherits:
-
Object
- Object
- Aws::Types::InputRequestDestinationRoute
- 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.
5225 5226 5227 |
# File 'sig/types.rbs', line 5225 def cidr @cidr end |
#gateway ⇒ ::String
Returns the value of attribute gateway.
5226 5227 5228 |
# File 'sig/types.rbs', line 5226 def gateway @gateway end |