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

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 dashboard snapshot job.

Returns:

  • (String)


27056
27057
27058
27059
27060
27061
27062
27063
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27056

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)


27056
27057
27058
27059
27060
27061
27062
27063
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27056

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)


27056
27057
27058
27059
27060
27061
27062
27063
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27056

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)


27056
27057
27058
27059
27060
27061
27062
27063
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27056

class StartDashboardSnapshotJobResponse < Struct.new(
  :arn,
  :snapshot_job_id,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end