AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the DescribeDashboardSnapshotJob operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.QuickSight.Model.DescribeDashboardSnapshotJobResponse

Namespace: Amazon.QuickSight.Model
Assembly: AWSSDK.QuickSight.dll
Version: 3.x.y.z

Syntax

C#
public class DescribeDashboardSnapshotJobResponse : AmazonWebServiceResponse

The DescribeDashboardSnapshotJobResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name (ARN) for the snapshot job. The job ARN is generated when you start a new job with a StartDashboardSnapshotJob API call.

Public Property AwsAccountId System.String

Gets and sets the property AwsAccountId.

The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreatedTime System.DateTime

Gets and sets the property CreatedTime.

The time that the snapshot job was created.

Public Property DashboardId System.String

Gets and sets the property DashboardId.

The ID of the dashboard that you have started a snapshot job for.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property JobStatus Amazon.QuickSight.SnapshotJobStatus

Gets and sets the property JobStatus.

Indicates the status of a job. The status updates as the job executes. This shows one of the following values.

  • COMPLETED - The job was completed successfully.

  • FAILED - The job failed to execute.

  • QUEUED - The job is queued and hasn't started yet.

  • RUNNING - The job is still running.

Public Property LastUpdatedTime System.DateTime

Gets and sets the property LastUpdatedTime.

The time that the snapshot job status was last updated.

Public Property RequestId System.String

Gets and sets the property RequestId.

The Amazon Web Services request ID for this operation.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SnapshotConfiguration Amazon.QuickSight.Model.SnapshotConfiguration

Gets and sets the property SnapshotConfiguration.

The snapshot configuration of the job. This information is provided when you make a StartDashboardSnapshotJob API call.

Public Property SnapshotJobId System.String

Gets and sets the property SnapshotJobId.

The ID of the job to be described. The job ID is set when you start a new job with a StartDashboardSnapshotJob API call.

Public Property Status System.Int32

Gets and sets the property Status.

The HTTP status of the request

Public Property UserConfiguration Amazon.QuickSight.Model.SnapshotUserConfigurationRedacted

Gets and sets the property UserConfiguration.

The user configuration for the snapshot job. This information is provided when you make a StartDashboardSnapshotJob API call.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5