Class: Aws::Types::VpnStaticRoute
- Inherits:
-
Object
- Object
- Aws::Types::VpnStaticRoute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
-
#source ⇒ "Static"
Returns the value of attribute source.
-
#state ⇒ "pending", ...
Returns the value of attribute state.
Instance Attribute Details
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
19922 19923 19924 |
# File 'sig/types.rbs', line 19922 def destination_cidr_block @destination_cidr_block end |
#source ⇒ "Static"
Returns the value of attribute source.
19923 19924 19925 |
# File 'sig/types.rbs', line 19923 def source @source end |
#state ⇒ "pending", ...
Returns the value of attribute state.
19924 19925 19926 |
# File 'sig/types.rbs', line 19924 def state @state end |