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