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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4858
4859
4860
4861
4862
4863
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4858

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

#fleet_idString

The ID of the fleet to update.

Returns:

  • (String)


4858
4859
4860
4861
4862
4863
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4858

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