Class: Aws::States::Types::DescribeStateMachineForExecutionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::DescribeStateMachineForExecutionInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_arn ⇒ String
The Amazon Resource Name (ARN) of the execution you want state machine information for.
Instance Attribute Details
#execution_arn ⇒ String
The Amazon Resource Name (ARN) of the execution you want state machine information for.
723 724 725 726 727 |
# File 'lib/aws-sdk-states/types.rb', line 723 class DescribeStateMachineForExecutionInput < Struct.new( :execution_arn) SENSITIVE = [] include Aws::Structure end |