Class: Aws::QuickSight::Types::DescribeAssetBundleExportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeAssetBundleExportJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_bundle_export_job_id ⇒ String
The ID of the job that you want described.
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account the export job is executed in.
Instance Attribute Details
#asset_bundle_export_job_id ⇒ String
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.
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_id ⇒ String
The ID of the Amazon Web Services account the export job is executed in.
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 |