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)


3973
3974
3975
3976
3977
3978
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3973

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

#fleet_idString

The ID of the fleet to update.

Returns:

  • (String)


3973
3974
3975
3976
3977
3978
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3973

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