Class: Aws::IoTFleetWise::Types::UpdateCampaignResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::UpdateCampaignResponse
- Defined in:
- gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the campaign.
-
#name ⇒ String
The name of the updated campaign.
-
#status ⇒ String
The state of a campaign.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the campaign.
4756 4757 4758 4759 4760 4761 4762 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4756 class UpdateCampaignResponse < Struct.new( :arn, :name, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the updated campaign.
4756 4757 4758 4759 4760 4761 4762 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4756 class UpdateCampaignResponse < Struct.new( :arn, :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
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 a campaign is created, it enters theWAITING_FOR_APPROVAL
state. To allow Amazon Web Services IoT FleetWise to deploy the campaign to the target vehicle or fleet, use the API operation to approve the campaign.RUNNING
- The campaign is active.SUSPENDED
- The campaign is suspended. To resume the campaign, use the API operation.
4756 4757 4758 4759 4760 4761 4762 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4756 class UpdateCampaignResponse < Struct.new( :arn, :name, :status) SENSITIVE = [] include Aws::Structure end |