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.
8091 8092 8093 |
# File 'sig/types.rbs', line 8091 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
8089 8090 8091 |
# File 'sig/types.rbs', line 8089 def filters @filters end |
#vpn_connection_ids ⇒ ::Array[::String]
Returns the value of attribute vpn_connection_ids.
8090 8091 8092 |
# File 'sig/types.rbs', line 8090 def vpn_connection_ids @vpn_connection_ids end |