Class: Aws::QuickSight::Types::DescribeAssetBundleExportJobRequest

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

#asset_bundle_export_job_idString

The ID of the job that you want described. The job ID is set when you start a new job with a ‘StartAssetBundleExportJob` API call.

Returns:

  • (String)


11008
11009
11010
11011
11012
11013
# File 'lib/aws-sdk-quicksight/types.rb', line 11008

class DescribeAssetBundleExportJobRequest < Struct.new(
  :aws_account_id,
  :asset_bundle_export_job_id)
  SENSITIVE = []
  include Aws::Structure
end

#aws_account_idString

The ID of the Amazon Web Services account the export job is executed in.

Returns:

  • (String)


11008
11009
11010
11011
11012
11013
# File 'lib/aws-sdk-quicksight/types.rb', line 11008

class DescribeAssetBundleExportJobRequest < Struct.new(
  :aws_account_id,
  :asset_bundle_export_job_id)
  SENSITIVE = []
  include Aws::Structure
end