Class: Aws::States::Types::DescribeStateMachineInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#state_machine_arnString

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

Returns:

  • (String)

802
803
804
805
806
# File 'lib/aws-sdk-states/types.rb', line 802

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