Class: Aws::Types::DescribeVpnGatewaysRequest

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)


7920
7921
7922
# File 'sig/types.rbs', line 7920

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



7918
7919
7920
# File 'sig/types.rbs', line 7918

def filters
  @filters
end

#vpn_gateway_ids::Array[::String]

Returns the value of attribute vpn_gateway_ids.

Returns:

  • (::Array[::String])


7919
7920
7921
# File 'sig/types.rbs', line 7919

def vpn_gateway_ids
  @vpn_gateway_ids
end