Class: Aws::QuickSight::Types::DescribeAssetBundleImportJobRequest

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_import_job_idString

The ID of the job. The job ID is set when you start a new job with a ‘StartAssetBundleImportJob` API call.

Returns:

  • (String)


11653
11654
11655
11656
11657
11658
# File 'lib/aws-sdk-quicksight/types.rb', line 11653

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

#aws_account_idString

The ID of the Amazon Web Services account the import job was executed in.

Returns:

  • (String)


11653
11654
11655
11656
11657
11658
# File 'lib/aws-sdk-quicksight/types.rb', line 11653

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