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.
19256 19257 19258 |
# File 'sig/types.rbs', line 19256 def destination_cidr_block @destination_cidr_block end |
#source ⇒ "Static"
Returns the value of attribute source.
19257 19258 19259 |
# File 'sig/types.rbs', line 19257 def source @source end |
#state ⇒ "pending", ...
Returns the value of attribute state.
19258 19259 19260 |
# File 'sig/types.rbs', line 19258 def state @state end |