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)


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.

Returns:



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.

Returns:

  • (::Array[::String])


7907
7908
7909
# File 'sig/types.rbs', line 7907

def vpn_connection_ids
  @vpn_connection_ids
end