Class: Aws::States::Types::DescribeExecutionInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_arnString

The Amazon Resource Name (ARN) of the execution to describe.

Returns:

  • (String)


652
653
654
655
656
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 652

class DescribeExecutionInput < Struct.new(
  :execution_arn)
  SENSITIVE = []
  include Aws::Structure
end