Class: Aws::Types::DisassociateVehicleFleetRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_id ⇒ ::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


479
480
481
# File 'sig/types.rbs', line 479

def fleet_id
  @fleet_id
end

#vehicle_name ⇒ ::String

Returns the value of attribute vehicle_name.

Returns:

  • (::String)


478
479
480
# File 'sig/types.rbs', line 478

def vehicle_name
  @vehicle_name
end