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

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

Returns:

  • (String)


26899
26900
26901
26902
26903
26904
26905
26906
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26899

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)


26899
26900
26901
26902
26903
26904
26905
26906
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26899

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)


26899
26900
26901
26902
26903
26904
26905
26906
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26899

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)


26899
26900
26901
26902
26903
26904
26905
26906
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26899

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