Class: Aws::QuickSight::Types::StartAutomationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::StartAutomationJobRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:input_payload]
Instance Attribute Summary collapse
-
#automation_group_id ⇒ String
The ID of the automation group that contains the automation to run.
-
#automation_id ⇒ String
The ID of the automation to run.
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the automation.
-
#input_payload ⇒ String
The input payload for the automation job, provided as a JSON string.
Instance Attribute Details
#automation_group_id ⇒ String
The ID of the automation group that contains the automation to run.
36745 36746 36747 36748 36749 36750 36751 36752 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36745 class StartAutomationJobRequest < Struct.new( :aws_account_id, :automation_group_id, :automation_id, :input_payload) SENSITIVE = [:input_payload] include Aws::Structure end |
#automation_id ⇒ String
The ID of the automation to run.
36745 36746 36747 36748 36749 36750 36751 36752 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36745 class StartAutomationJobRequest < Struct.new( :aws_account_id, :automation_group_id, :automation_id, :input_payload) SENSITIVE = [:input_payload] include Aws::Structure end |
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the automation.
36745 36746 36747 36748 36749 36750 36751 36752 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36745 class StartAutomationJobRequest < Struct.new( :aws_account_id, :automation_group_id, :automation_id, :input_payload) SENSITIVE = [:input_payload] include Aws::Structure end |
#input_payload ⇒ String
The input payload for the automation job, provided as a JSON string.
36745 36746 36747 36748 36749 36750 36751 36752 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36745 class StartAutomationJobRequest < Struct.new( :aws_account_id, :automation_group_id, :automation_id, :input_payload) SENSITIVE = [:input_payload] include Aws::Structure end |