Class: Aws::IoTFleetWise::Types::DeleteModelManifestRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::DeleteModelManifestRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the model manifest to delete.
Instance Attribute Details
#name ⇒ String
The name of the model manifest to delete.
1607 1608 1609 1610 1611 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1607 class DeleteModelManifestRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |