Class: Aws::QuickSight::Types::StartDashboardSnapshotJobResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 dashboard snapshot job.

Returns:

  • (String)


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_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


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_idString

The ID of the job. The job ID is set when you start a new job with a ‘StartDashboardSnapshotJob` API call.

Returns:

  • (String)


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

#statusInteger

The HTTP status of the request

Returns:

  • (Integer)


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