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.
36917 36918 36919 36920 36921 36922 36923 36924 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36917 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.
36917 36918 36919 36920 36921 36922 36923 36924 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36917 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.
36917 36918 36919 36920 36921 36922 36923 36924 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36917 class StartAutomationJobResponse < Struct.new( :arn, :job_id, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
36917 36918 36919 36920 36921 36922 36923 36924 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36917 class StartAutomationJobResponse < Struct.new( :arn, :job_id, :status, :request_id) SENSITIVE = [] include Aws::Structure end |