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)


4483
4484
4485
# File 'sig/types.rbs', line 4483

def dry_run
  @dry_run
end

#local_gateway_virtual_interface_id::String

Returns the value of attribute local_gateway_virtual_interface_id.

Returns:

  • (::String)


4482
4483
4484
# File 'sig/types.rbs', line 4482

def local_gateway_virtual_interface_id
  @local_gateway_virtual_interface_id
end