Class: Aws::QuickSight::Types::DescribeDashboardSnapshotJobResponse

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

#arnString

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.

Returns:

  • (String)


11584
11585
11586
11587
11588
11589
11590
11591
11592
11593
11594
11595
11596
11597
11598
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11584

class DescribeDashboardSnapshotJobResponse < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :snapshot_job_id,
  :user_configuration,
  :snapshot_configuration,
  :arn,
  :job_status,
  :created_time,
  :last_updated_time,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#aws_account_idString

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

Returns:

  • (String)


11584
11585
11586
11587
11588
11589
11590
11591
11592
11593
11594
11595
11596
11597
11598
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11584

class DescribeDashboardSnapshotJobResponse < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :snapshot_job_id,
  :user_configuration,
  :snapshot_configuration,
  :arn,
  :job_status,
  :created_time,
  :last_updated_time,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The time that the snapshot job was created.

Returns:

  • (Time)


11584
11585
11586
11587
11588
11589
11590
11591
11592
11593
11594
11595
11596
11597
11598
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11584

class DescribeDashboardSnapshotJobResponse < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :snapshot_job_id,
  :user_configuration,
  :snapshot_configuration,
  :arn,
  :job_status,
  :created_time,
  :last_updated_time,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#dashboard_idString

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

Returns:

  • (String)


11584
11585
11586
11587
11588
11589
11590
11591
11592
11593
11594
11595
11596
11597
11598
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11584

class DescribeDashboardSnapshotJobResponse < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :snapshot_job_id,
  :user_configuration,
  :snapshot_configuration,
  :arn,
  :job_status,
  :created_time,
  :last_updated_time,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#job_statusString

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.

Returns:

  • (String)


11584
11585
11586
11587
11588
11589
11590
11591
11592
11593
11594
11595
11596
11597
11598
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11584

class DescribeDashboardSnapshotJobResponse < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :snapshot_job_id,
  :user_configuration,
  :snapshot_configuration,
  :arn,
  :job_status,
  :created_time,
  :last_updated_time,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

The time that the snapshot job status was last updated.

Returns:

  • (Time)


11584
11585
11586
11587
11588
11589
11590
11591
11592
11593
11594
11595
11596
11597
11598
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11584

class DescribeDashboardSnapshotJobResponse < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :snapshot_job_id,
  :user_configuration,
  :snapshot_configuration,
  :arn,
  :job_status,
  :created_time,
  :last_updated_time,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


11584
11585
11586
11587
11588
11589
11590
11591
11592
11593
11594
11595
11596
11597
11598
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11584

class DescribeDashboardSnapshotJobResponse < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :snapshot_job_id,
  :user_configuration,
  :snapshot_configuration,
  :arn,
  :job_status,
  :created_time,
  :last_updated_time,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_configurationTypes::SnapshotConfiguration

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



11584
11585
11586
11587
11588
11589
11590
11591
11592
11593
11594
11595
11596
11597
11598
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11584

class DescribeDashboardSnapshotJobResponse < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :snapshot_job_id,
  :user_configuration,
  :snapshot_configuration,
  :arn,
  :job_status,
  :created_time,
  :last_updated_time,
  :request_id,
  :status)
  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)


11584
11585
11586
11587
11588
11589
11590
11591
11592
11593
11594
11595
11596
11597
11598
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11584

class DescribeDashboardSnapshotJobResponse < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :snapshot_job_id,
  :user_configuration,
  :snapshot_configuration,
  :arn,
  :job_status,
  :created_time,
  :last_updated_time,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request

Returns:

  • (Integer)


11584
11585
11586
11587
11588
11589
11590
11591
11592
11593
11594
11595
11596
11597
11598
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11584

class DescribeDashboardSnapshotJobResponse < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :snapshot_job_id,
  :user_configuration,
  :snapshot_configuration,
  :arn,
  :job_status,
  :created_time,
  :last_updated_time,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#user_configurationTypes::SnapshotUserConfigurationRedacted

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



11584
11585
11586
11587
11588
11589
11590
11591
11592
11593
11594
11595
11596
11597
11598
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11584

class DescribeDashboardSnapshotJobResponse < Struct.new(
  :aws_account_id,
  :dashboard_id,
  :snapshot_job_id,
  :user_configuration,
  :snapshot_configuration,
  :arn,
  :job_status,
  :created_time,
  :last_updated_time,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end