class Aws::IoT::Types::StepFunctionsAction


@return [String]
a state machine (“Action”:“states:StartExecution”).
The ARN of the role that grants IoT permission to start execution of
@!attribute [rw] role_arn
@return [String]
started.
The name of the Step Functions state machine whose execution will be
@!attribute [rw] state_machine_name
@return [String]
if one is not provided.
automatically creates a unique name for each state machine execution
consisting of this prefix followed by a UUID. Step Functions
(Optional) A name will be given to the state machine execution
@!attribute [rw] execution_name_prefix
}
role_arn: “AwsArn”, # required
state_machine_name: “StateMachineName”, # required
execution_name_prefix: “ExecutionNamePrefix”,
{
data as a hash:
@note When making an API call, you may pass StepFunctionsAction
Starts execution of a Step Functions state machine.