Class: Aws::QuickSight::Types::DescribeAssetBundleImportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeAssetBundleImportJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_bundle_import_job_id ⇒ String
The ID of the job.
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account the import job was executed in.
Instance Attribute Details
#asset_bundle_import_job_id ⇒ String
The ID of the job. The job ID is set when you start a new job with a ‘StartAssetBundleImportJob` API call.
12362 12363 12364 12365 12366 12367 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12362 class DescribeAssetBundleImportJobRequest < Struct.new( :aws_account_id, :asset_bundle_import_job_id) SENSITIVE = [] include Aws::Structure end |
#aws_account_id ⇒ String
The ID of the Amazon Web Services account the import job was executed in.
12362 12363 12364 12365 12366 12367 |
# File 'lib/aws-sdk-quicksight/types.rb', line 12362 class DescribeAssetBundleImportJobRequest < Struct.new( :aws_account_id, :asset_bundle_import_job_id) SENSITIVE = [] include Aws::Structure end |