/AWS1/CL_IOIUPDATECAMPAIGNRSP¶
UpdateCampaignResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/IOICAMPAIGNARN /AWS1/IOICAMPAIGNARN¶
The Amazon Resource Name (ARN) of the campaign.
iv_name TYPE /AWS1/IOICAMPAIGNNAME /AWS1/IOICAMPAIGNNAME¶
The name of the updated campaign.
iv_status TYPE /AWS1/IOICAMPAIGNSTATUS /AWS1/IOICAMPAIGNSTATUS¶
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.
Queryable Attributes¶
arn¶
The Amazon Resource Name (ARN) of the campaign.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
name¶
The name of the updated campaign.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
status¶
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |