Class: Aws::Types::DescribeVpnConnectionsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:



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.

Returns:

  • (::Array[::String])


8090
8091
8092
# File 'sig/types.rbs', line 8090

def vpn_connection_ids
  @vpn_connection_ids
end