Class: Aws::States::Types::ExecutionStartedEventDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-states/lib/aws-sdk-states/types.rb

Overview

Contains details about the start of the execution.

Constant Summary collapse

SENSITIVE =
[:input]

Instance Attribute Summary collapse

Instance Attribute Details

#inputString

The JSON data input to the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

Returns:

  • (String)


1457
1458
1459
1460
1461
1462
1463
1464
1465
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 1457

class ExecutionStartedEventDetails < Struct.new(
  :input,
  :input_details,
  :role_arn,
  :state_machine_alias_arn,
  :state_machine_version_arn)
  SENSITIVE = [:input]
  include Aws::Structure
end

#input_detailsTypes::HistoryEventExecutionDataDetails

Contains details about the input for an execution history event.



1457
1458
1459
1460
1461
1462
1463
1464
1465
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 1457

class ExecutionStartedEventDetails < Struct.new(
  :input,
  :input_details,
  :role_arn,
  :state_machine_alias_arn,
  :state_machine_version_arn)
  SENSITIVE = [:input]
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the IAM role used for executing Lambda tasks.

Returns:

  • (String)


1457
1458
1459
1460
1461
1462
1463
1464
1465
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 1457

class ExecutionStartedEventDetails < Struct.new(
  :input,
  :input_details,
  :role_arn,
  :state_machine_alias_arn,
  :state_machine_version_arn)
  SENSITIVE = [:input]
  include Aws::Structure
end

#state_machine_alias_arnString

The Amazon Resource Name (ARN) that identifies a state machine alias used for starting the state machine execution.

Returns:

  • (String)


1457
1458
1459
1460
1461
1462
1463
1464
1465
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 1457

class ExecutionStartedEventDetails < Struct.new(
  :input,
  :input_details,
  :role_arn,
  :state_machine_alias_arn,
  :state_machine_version_arn)
  SENSITIVE = [:input]
  include Aws::Structure
end

#state_machine_version_arnString

The Amazon Resource Name (ARN) that identifies a state machine version used for starting the state machine execution.

Returns:

  • (String)


1457
1458
1459
1460
1461
1462
1463
1464
1465
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 1457

class ExecutionStartedEventDetails < Struct.new(
  :input,
  :input_details,
  :role_arn,
  :state_machine_alias_arn,
  :state_machine_version_arn)
  SENSITIVE = [:input]
  include Aws::Structure
end