Class: Aws::Types::DeleteLocalGatewayVirtualInterfaceRequest

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)


4347
4348
4349
# File 'sig/types.rbs', line 4347

def dry_run
  @dry_run
end

#local_gateway_virtual_interface_id::String

Returns the value of attribute local_gateway_virtual_interface_id.

Returns:

  • (::String)


4346
4347
4348
# File 'sig/types.rbs', line 4346

def local_gateway_virtual_interface_id
  @local_gateway_virtual_interface_id
end