Class: Aws::QuickSight::Types::StartDashboardSnapshotJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::StartDashboardSnapshotJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) for the dashboard snapshot job.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#snapshot_job_id ⇒ String
The ID of the job.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) for the dashboard snapshot job.
30720 30721 30722 30723 30724 30725 30726 30727 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30720 class StartDashboardSnapshotJobResponse < Struct.new( :arn, :snapshot_job_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
30720 30721 30722 30723 30724 30725 30726 30727 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30720 class StartDashboardSnapshotJobResponse < Struct.new( :arn, :snapshot_job_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#snapshot_job_id ⇒ String
The ID of the job. The job ID is set when you start a new job with a ‘StartDashboardSnapshotJob` API call.
30720 30721 30722 30723 30724 30725 30726 30727 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30720 class StartDashboardSnapshotJobResponse < Struct.new( :arn, :snapshot_job_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request
30720 30721 30722 30723 30724 30725 30726 30727 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30720 class StartDashboardSnapshotJobResponse < Struct.new( :arn, :snapshot_job_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |