Retrieves the status and details of a specified automation job, including its status and outputs
Source:R/quicksight_operations.R
quicksight_describe_automation_job.RdRetrieves the status and details of a specified automation job, including its status and outputs.
See https://www.paws-r-sdk.com/docs/quicksight_describe_automation_job/ for full documentation.
Usage
quicksight_describe_automation_job(
AwsAccountId,
AutomationGroupId,
AutomationId,
IncludeInputPayload = NULL,
IncludeOutputPayload = NULL,
JobId
)Arguments
- AwsAccountId
[required] The ID of the Amazon Web Services account that contains the automation job.
- AutomationGroupId
[required] The ID of the automation group that contains the automation.
- AutomationId
[required] The ID of the automation that the job belongs to.
- IncludeInputPayload
A Boolean value that indicates whether to include the input payload in the response. If set to
true, the input payload will be included. If set tofalse, the input payload will be returned asnull.- IncludeOutputPayload
A Boolean value that indicates whether to include the output payload in the response. If set to
true, the output payload will be included. If set tofalse, the output payload will be returned asnull.- JobId
[required] The ID of the automation job to describe.