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.
37067 37068 37069 37070 37071 37072 37073 37074 |
# File 'lib/aws-sdk-quicksight/types.rb', line 37067 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.
37067 37068 37069 37070 37071 37072 37073 37074 |
# File 'lib/aws-sdk-quicksight/types.rb', line 37067 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.
37067 37068 37069 37070 37071 37072 37073 37074 |
# File 'lib/aws-sdk-quicksight/types.rb', line 37067 class StartAutomationJobResponse < Struct.new( :arn, :job_id, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
37067 37068 37069 37070 37071 37072 37073 37074 |
# File 'lib/aws-sdk-quicksight/types.rb', line 37067 class StartAutomationJobResponse < Struct.new( :arn, :job_id, :status, :request_id) SENSITIVE = [] include Aws::Structure end |