Class: Aws::IoTFleetWise::Types::UpdateCampaignResponse

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 campaign.

Returns:

  • (String)


4820
4821
4822
4823
4824
4825
4826
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4820

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

#nameString

The name of the updated campaign.

Returns:

  • (String)


4820
4821
4822
4823
4824
4825
4826
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4820

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

#statusString

The state of a campaign. The status can be one of:

  • ‘CREATING` - Amazon Web Services IoT FleetWise is processing your request to create the campaign.

  • ‘WAITING_FOR_APPROVAL` - After you create a campaign, it enters this state. Use the API operation to approve the campaign for deployment to the target vehicle or fleet.

  • ‘RUNNING` - The campaign is active.

  • ‘SUSPENDED` - The campaign is suspended. To resume the campaign, use the API operation.

Returns:

  • (String)


4820
4821
4822
4823
4824
4825
4826
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4820

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