Class: Aws::Types::DescribeVpnConnectionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVpnConnectionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#vpn_connection_ids ⇒ ::Array[::String]
Returns the value of attribute vpn_connection_ids.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7908 7909 7910 |
# File 'sig/types.rbs', line 7908 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7906 7907 7908 |
# File 'sig/types.rbs', line 7906 def filters @filters end |
#vpn_connection_ids ⇒ ::Array[::String]
Returns the value of attribute vpn_connection_ids.
7907 7908 7909 |
# File 'sig/types.rbs', line 7907 def vpn_connection_ids @vpn_connection_ids end |