Class: Aws::QuickSight::Types::StartAutomationJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::StartAutomationJobResponse
- 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) of the automation job.
-
#job_id ⇒ String
The ID of the automation job that was started.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the automation job.
36772 36773 36774 36775 36776 36777 36778 36779 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36772 class StartAutomationJobResponse < Struct.new( :arn, :job_id, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The ID of the automation job that was started.
36772 36773 36774 36775 36776 36777 36778 36779 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36772 class StartAutomationJobResponse < Struct.new( :arn, :job_id, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
36772 36773 36774 36775 36776 36777 36778 36779 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36772 class StartAutomationJobResponse < Struct.new( :arn, :job_id, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
36772 36773 36774 36775 36776 36777 36778 36779 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36772 class StartAutomationJobResponse < Struct.new( :arn, :job_id, :status, :request_id) SENSITIVE = [] include Aws::Structure end |