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)


8193
8194
8195
# File 'sig/types.rbs', line 8193

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



8191
8192
8193
# File 'sig/types.rbs', line 8191

def filters
  @filters
end

#vpn_gateway_ids::Array[::String]

Returns the value of attribute vpn_gateway_ids.

Returns:

  • (::Array[::String])


8192
8193
8194
# File 'sig/types.rbs', line 8192

def vpn_gateway_ids
  @vpn_gateway_ids
end