Class: Aws::QuickSight::Types::DescribeDashboardSnapshotJobResultRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

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

Returns:

  • (String)


11616
11617
11618
11619
11620
11621
11622
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11616

class DescribeDashboardSnapshotJobResultRequest < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :snapshot_job_id)
  SENSITIVE = []
  include Aws::Structure
end

#dashboard_idString

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

Returns:

  • (String)


11616
11617
11618
11619
11620
11621
11622
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11616

class DescribeDashboardSnapshotJobResultRequest < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :snapshot_job_id)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_job_idString

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

Returns:

  • (String)


11616
11617
11618
11619
11620
11621
11622
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11616

class DescribeDashboardSnapshotJobResultRequest < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :snapshot_job_id)
  SENSITIVE = []
  include Aws::Structure
end