Class: Aws::QuickSight::Types::DescribeDashboardSnapshotJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeDashboardSnapshotJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.
-
#dashboard_id ⇒ String
The ID of the dashboard that you have started a snapshot job for.
-
#snapshot_job_id ⇒ String
The ID of the job to be described.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.
12883 12884 12885 12886 12887 12888 12889 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12883 class DescribeDashboardSnapshotJobRequest < Struct.new( :aws_account_id, :dashboard_id, :snapshot_job_id) SENSITIVE = [] include Aws::Structure end |
#dashboard_id ⇒ String
The ID of the dashboard that you have started a snapshot job for.
12883 12884 12885 12886 12887 12888 12889 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12883 class DescribeDashboardSnapshotJobRequest < Struct.new( :aws_account_id, :dashboard_id, :snapshot_job_id) SENSITIVE = [] include Aws::Structure end |
#snapshot_job_id ⇒ String
The ID of the job to be described. The job ID is set when you start a new job with a ‘StartDashboardSnapshotJob` API call.
12883 12884 12885 12886 12887 12888 12889 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12883 class DescribeDashboardSnapshotJobRequest < Struct.new( :aws_account_id, :dashboard_id, :snapshot_job_id) SENSITIVE = [] include Aws::Structure end |