Class: Aws::IoTFleetWise::Types::DeleteCampaignResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the deleted campaign.

The ARN isn’t returned if a campaign doesn’t exist.

Returns:

  • (String)


1237
1238
1239
1240
1241
1242
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1237

class DeleteCampaignResponse < Struct.new(
  :name,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the deleted campaign.

Returns:

  • (String)


1237
1238
1239
1240
1241
1242
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1237

class DeleteCampaignResponse < Struct.new(
  :name,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end