Class: Aws::IoTFleetWise::Types::UpdateFleetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

An updated description of the fleet.

Returns:

  • (String)


3959
3960
3961
3962
3963
3964
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3959

class UpdateFleetRequest < Struct.new(
  :fleet_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_idString

The ID of the fleet to update.

Returns:

  • (String)


3959
3960
3961
3962
3963
3964
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3959

class UpdateFleetRequest < Struct.new(
  :fleet_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end