Class: Aws::IoTFleetWise::Types::UpdateFleetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::UpdateFleetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
An updated description of the fleet.
-
#fleet_id ⇒ String
The ID of the fleet to update.
Instance Attribute Details
#description ⇒ String
An updated description of the fleet.
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_id ⇒ String
The ID of the fleet to update.
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 |