Class: Aws::QuickSight::Types::StartAssetBundleImportJobResponse

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



27854
27855
27856
27857
27858
27859
27860
27861
# File 'lib/aws-sdk-quicksight/types.rb', line 27854

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

#asset_bundle_import_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.



27854
27855
27856
27857
27858
27859
27860
27861
# File 'lib/aws-sdk-quicksight/types.rb', line 27854

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

#request_idString

The Amazon Web Services response ID for this operation.



27854
27855
27856
27857
27858
27859
27860
27861
# File 'lib/aws-sdk-quicksight/types.rb', line 27854

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

#statusInteger

The HTTP status of the response.



27854
27855
27856
27857
27858
27859
27860
27861
# File 'lib/aws-sdk-quicksight/types.rb', line 27854

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