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

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

Returns:

  • (String)


27113
27114
27115
27116
27117
27118
27119
27120
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27113

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.

Returns:

  • (String)


27113
27114
27115
27116
27117
27118
27119
27120
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27113

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.

Returns:

  • (String)


27113
27114
27115
27116
27117
27118
27119
27120
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27113

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.

Returns:

  • (Integer)


27113
27114
27115
27116
27117
27118
27119
27120
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27113

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