Class: Aws::Types::Route
- Inherits:
-
Object
- Object
- Aws::Types::Route
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ ::String
Returns the value of attribute destination.
-
#destination_type ⇒ "IPV4", ...
Returns the value of attribute destination_type.
-
#target ⇒ ::String
Returns the value of attribute target.
-
#target_type ⇒ "GATEWAY", ...
Returns the value of attribute target_type.
Instance Attribute Details
#destination ⇒ ::String
Returns the value of attribute destination.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def destination @destination end |
#destination_type ⇒ "IPV4", ...
Returns the value of attribute destination_type.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def destination_type @destination_type end |
#target ⇒ ::String
Returns the value of attribute target.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def target @target end |
#target_type ⇒ "GATEWAY", ...
Returns the value of attribute target_type.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def target_type @target_type end |