Class: Aws::QuickSight::Types::AssetBundleExportJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AssetBundleExportJobSummary
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A summary of the export job that includes details of the job's configuration and its current status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the export job.
-
#asset_bundle_export_job_id ⇒ String
The ID of the export job.
-
#created_time ⇒ Time
The time that the export job was created.
-
#export_format ⇒ String
The format for the export job.
-
#include_all_dependencies ⇒ Boolean
The flag that determines the inclusion of resource dependencies in the returned asset bundle.
-
#include_permissions ⇒ Boolean
The flag that determines the inclusion of permissions associated with each resource ARN.
-
#include_tags ⇒ Boolean
The flag that determines the inclusion of tags associated with each resource ARN.
-
#job_status ⇒ String
The current status of the export job.
Instance Attribute Details
#arn ⇒ String
The ARN of the export job.
1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1277 class AssetBundleExportJobSummary < Struct.new( :job_status, :arn, :created_time, :asset_bundle_export_job_id, :include_all_dependencies, :export_format, :include_permissions, :include_tags) SENSITIVE = [] include Aws::Structure end |
#asset_bundle_export_job_id ⇒ String
The ID of the export job.
1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1277 class AssetBundleExportJobSummary < Struct.new( :job_status, :arn, :created_time, :asset_bundle_export_job_id, :include_all_dependencies, :export_format, :include_permissions, :include_tags) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The time that the export job was created.
1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1277 class AssetBundleExportJobSummary < Struct.new( :job_status, :arn, :created_time, :asset_bundle_export_job_id, :include_all_dependencies, :export_format, :include_permissions, :include_tags) SENSITIVE = [] include Aws::Structure end |
#export_format ⇒ String
The format for the export job.
1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1277 class AssetBundleExportJobSummary < Struct.new( :job_status, :arn, :created_time, :asset_bundle_export_job_id, :include_all_dependencies, :export_format, :include_permissions, :include_tags) SENSITIVE = [] include Aws::Structure end |
#include_all_dependencies ⇒ Boolean
The flag that determines the inclusion of resource dependencies in the returned asset bundle.
1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1277 class AssetBundleExportJobSummary < Struct.new( :job_status, :arn, :created_time, :asset_bundle_export_job_id, :include_all_dependencies, :export_format, :include_permissions, :include_tags) SENSITIVE = [] include Aws::Structure end |
#include_permissions ⇒ Boolean
The flag that determines the inclusion of permissions associated with each resource ARN.
1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1277 class AssetBundleExportJobSummary < Struct.new( :job_status, :arn, :created_time, :asset_bundle_export_job_id, :include_all_dependencies, :export_format, :include_permissions, :include_tags) SENSITIVE = [] include Aws::Structure end |
#include_tags ⇒ Boolean
The flag that determines the inclusion of tags associated with each resource ARN.
1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1277 class AssetBundleExportJobSummary < Struct.new( :job_status, :arn, :created_time, :asset_bundle_export_job_id, :include_all_dependencies, :export_format, :include_permissions, :include_tags) SENSITIVE = [] include Aws::Structure end |
#job_status ⇒ String
The current status of the export job.
1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1277 class AssetBundleExportJobSummary < Struct.new( :job_status, :arn, :created_time, :asset_bundle_export_job_id, :include_all_dependencies, :export_format, :include_permissions, :include_tags) SENSITIVE = [] include Aws::Structure end |