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)


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

#nameString

The name of the deleted campaign.

Returns:

  • (String)


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