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.

Returns:

  • (String)


26988
26989
26990
26991
26992
26993
26994
26995
# File 'lib/aws-sdk-quicksight/types.rb', line 26988

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)


26988
26989
26990
26991
26992
26993
26994
26995
# File 'lib/aws-sdk-quicksight/types.rb', line 26988

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)


26988
26989
26990
26991
26992
26993
26994
26995
# File 'lib/aws-sdk-quicksight/types.rb', line 26988

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)


26988
26989
26990
26991
26992
26993
26994
26995
# File 'lib/aws-sdk-quicksight/types.rb', line 26988

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