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)


12249
12250
12251
12252
12253
12254
# File 'lib/aws-sdk-quicksight/types.rb', line 12249

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)


12249
12250
12251
12252
12253
12254
# File 'lib/aws-sdk-quicksight/types.rb', line 12249

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