Class: Aws::IoTFleetWise::Types::DeleteCampaignRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::DeleteCampaignRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the campaign to delete.
Instance Attribute Details
#name ⇒ String
The name of the campaign to delete.
1528 1529 1530 1531 1532 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1528 class DeleteCampaignRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |