Class: Aws::QuickSight::Types::StartAutomationJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::StartAutomationJobResponse
- Includes:
- Structure
- Defined in:
- 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.
39104 39105 39106 39107 39108 39109 39110 39111 |
# File 'lib/aws-sdk-quicksight/types.rb', line 39104 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.
39104 39105 39106 39107 39108 39109 39110 39111 |
# File 'lib/aws-sdk-quicksight/types.rb', line 39104 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.
39104 39105 39106 39107 39108 39109 39110 39111 |
# File 'lib/aws-sdk-quicksight/types.rb', line 39104 class StartAutomationJobResponse < Struct.new( :arn, :job_id, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
39104 39105 39106 39107 39108 39109 39110 39111 |
# File 'lib/aws-sdk-quicksight/types.rb', line 39104 class StartAutomationJobResponse < Struct.new( :arn, :job_id, :status, :request_id) SENSITIVE = [] include Aws::Structure end |