Class: Aws::States::Types::DescribeStateMachineForExecutionOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[:definition]

Instance Attribute Summary collapse

Instance Attribute Details

#definitionString

The Amazon States Language definition of the state machine. See [Amazon States Language].

[1]: docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html

Returns:

  • (String)


741
742
743
744
745
746
747
748
749
750
751
# File 'lib/aws-sdk-states/types.rb', line 741

class DescribeStateMachineForExecutionOutput < Struct.new(
  :state_machine_arn,
  :name,
  :definition,
  :role_arn,
  :update_date,
  :logging_configuration,
  :tracing_configuration)
  SENSITIVE = [:definition]
  include Aws::Structure
end

#logging_configurationTypes::LoggingConfiguration

The ‘LoggingConfiguration` data type is used to set CloudWatch Logs options.



741
742
743
744
745
746
747
748
749
750
751
# File 'lib/aws-sdk-states/types.rb', line 741

class DescribeStateMachineForExecutionOutput < Struct.new(
  :state_machine_arn,
  :name,
  :definition,
  :role_arn,
  :update_date,
  :logging_configuration,
  :tracing_configuration)
  SENSITIVE = [:definition]
  include Aws::Structure
end

#nameString

The name of the state machine associated with the execution.

Returns:

  • (String)


741
742
743
744
745
746
747
748
749
750
751
# File 'lib/aws-sdk-states/types.rb', line 741

class DescribeStateMachineForExecutionOutput < Struct.new(
  :state_machine_arn,
  :name,
  :definition,
  :role_arn,
  :update_date,
  :logging_configuration,
  :tracing_configuration)
  SENSITIVE = [:definition]
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.

Returns:

  • (String)


741
742
743
744
745
746
747
748
749
750
751
# File 'lib/aws-sdk-states/types.rb', line 741

class DescribeStateMachineForExecutionOutput < Struct.new(
  :state_machine_arn,
  :name,
  :definition,
  :role_arn,
  :update_date,
  :logging_configuration,
  :tracing_configuration)
  SENSITIVE = [:definition]
  include Aws::Structure
end

#state_machine_arnString

The Amazon Resource Name (ARN) of the state machine associated with the execution.

Returns:

  • (String)


741
742
743
744
745
746
747
748
749
750
751
# File 'lib/aws-sdk-states/types.rb', line 741

class DescribeStateMachineForExecutionOutput < Struct.new(
  :state_machine_arn,
  :name,
  :definition,
  :role_arn,
  :update_date,
  :logging_configuration,
  :tracing_configuration)
  SENSITIVE = [:definition]
  include Aws::Structure
end

#tracing_configurationTypes::TracingConfiguration

Selects whether AWS X-Ray tracing is enabled.



741
742
743
744
745
746
747
748
749
750
751
# File 'lib/aws-sdk-states/types.rb', line 741

class DescribeStateMachineForExecutionOutput < Struct.new(
  :state_machine_arn,
  :name,
  :definition,
  :role_arn,
  :update_date,
  :logging_configuration,
  :tracing_configuration)
  SENSITIVE = [:definition]
  include Aws::Structure
end

#update_dateTime

The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.

Returns:

  • (Time)


741
742
743
744
745
746
747
748
749
750
751
# File 'lib/aws-sdk-states/types.rb', line 741

class DescribeStateMachineForExecutionOutput < Struct.new(
  :state_machine_arn,
  :name,
  :definition,
  :role_arn,
  :update_date,
  :logging_configuration,
  :tracing_configuration)
  SENSITIVE = [:definition]
  include Aws::Structure
end