Class: Aws::Types::DetachVpnGatewayRequest

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)


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

def dry_run
  @dry_run
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


8188
8189
8190
# File 'sig/types.rbs', line 8188

def vpc_id
  @vpc_id
end

#vpn_gateway_id::String

Returns the value of attribute vpn_gateway_id.

Returns:

  • (::String)


8189
8190
8191
# File 'sig/types.rbs', line 8189

def vpn_gateway_id
  @vpn_gateway_id
end