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

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

Overview

Note:

When making an API call, you may pass DescribeStateMachineInput data as a hash:

{
  state_machine_arn: "Arn", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#state_machine_arnString

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

Returns:

  • (String)


525
526
527
528
# File 'lib/aws-sdk-states/types.rb', line 525

class DescribeStateMachineInput < Struct.new(
  :state_machine_arn)
  include Aws::Structure
end