Class: Aws::QuickSight::Types::StartAssetBundleExportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::StartAssetBundleExportJobResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) for the export job.
-
#asset_bundle_export_job_id ⇒ String
The ID of the job.
-
#request_id ⇒ String
The Amazon Web Services response ID for this operation.
-
#status ⇒ Integer
The HTTP status of the response.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) for the export job.
34416 34417 34418 34419 34420 34421 34422 34423 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34416 class StartAssetBundleExportJobResponse < Struct.new( :arn, :asset_bundle_export_job_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#asset_bundle_export_job_id ⇒ String
The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.
34416 34417 34418 34419 34420 34421 34422 34423 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34416 class StartAssetBundleExportJobResponse < Struct.new( :arn, :asset_bundle_export_job_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services response ID for this operation.
34416 34417 34418 34419 34420 34421 34422 34423 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34416 class StartAssetBundleExportJobResponse < Struct.new( :arn, :asset_bundle_export_job_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the response.
34416 34417 34418 34419 34420 34421 34422 34423 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34416 class StartAssetBundleExportJobResponse < Struct.new( :arn, :asset_bundle_export_job_id, :request_id, :status) SENSITIVE = [] include Aws::Structure end |