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)


8103
8104
8105
# File 'sig/types.rbs', line 8103

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



8101
8102
8103
# File 'sig/types.rbs', line 8101

def filters
  @filters
end

#vpn_gateway_ids::Array[::String]

Returns the value of attribute vpn_gateway_ids.

Returns:

  • (::Array[::String])


8102
8103
8104
# File 'sig/types.rbs', line 8102

def vpn_gateway_ids
  @vpn_gateway_ids
end