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)


1555
1556
1557
1558
1559
1560
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1555

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

#nameString

The name of the deleted campaign.

Returns:

  • (String)


1555
1556
1557
1558
1559
1560
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1555

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