Class: Aws::IoTFleetWise::Types::DeleteCampaignResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::DeleteCampaignResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the deleted campaign.
-
#name ⇒ String
The name of the deleted campaign.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the deleted campaign.
<note markdown=“1”> The ARN isn’t returned if a campaign doesn’t exist.
</note>
1546 1547 1548 1549 1550 1551 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1546 class DeleteCampaignResponse < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the deleted campaign.
1546 1547 1548 1549 1550 1551 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1546 class DeleteCampaignResponse < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |