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