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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

<note markdown=“1”> The ARN isn’t returned if a campaign doesn’t exist.

</note>

Returns:

  • (String)


1237
1238
1239
1240
1241
1242
# File '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 'lib/aws-sdk-iotfleetwise/types.rb', line 1237

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