Class: Aws::QuickSight::Types::StartAssetBundleExportJobResponse

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 export job.



31510
31511
31512
31513
31514
31515
31516
31517
# File 'lib/aws-sdk-quicksight/types.rb', line 31510

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

#asset_bundle_export_job_idString

The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.



31510
31511
31512
31513
31514
31515
31516
31517
# File 'lib/aws-sdk-quicksight/types.rb', line 31510

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

#request_idString

The Amazon Web Services response ID for this operation.



31510
31511
31512
31513
31514
31515
31516
31517
# File 'lib/aws-sdk-quicksight/types.rb', line 31510

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

#statusInteger

The HTTP status of the response.



31510
31511
31512
31513
31514
31515
31516
31517
# File 'lib/aws-sdk-quicksight/types.rb', line 31510

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