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.

Returns:

  • (String)


27765
27766
27767
27768
27769
27770
27771
27772
# File 'lib/aws-sdk-quicksight/types.rb', line 27765

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.

Returns:

  • (String)


27765
27766
27767
27768
27769
27770
27771
27772
# File 'lib/aws-sdk-quicksight/types.rb', line 27765

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.

Returns:

  • (String)


27765
27766
27767
27768
27769
27770
27771
27772
# File 'lib/aws-sdk-quicksight/types.rb', line 27765

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.

Returns:

  • (Integer)


27765
27766
27767
27768
27769
27770
27771
27772
# File 'lib/aws-sdk-quicksight/types.rb', line 27765

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