Class: Aws::IoTFleetWise::Types::DeleteFleetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::DeleteFleetRequest
- Defined in:
- gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fleet_id ⇒ String
The ID of the fleet to delete.
Instance Attribute Details
#fleet_id ⇒ String
The ID of the fleet to delete.
1582 1583 1584 1585 1586 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1582 class DeleteFleetRequest < Struct.new( :fleet_id) SENSITIVE = [] include Aws::Structure end |