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

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

#state_machine_arnString

The Amazon Resource Name (ARN) of the state machine for which you want the information.

If you specify a state machine version ARN, this API returns details about that version. The version ARN is a combination of state machine ARN and the version number separated by a colon (:). For example, stateMachineARN:1.

Returns:

  • (String)


1099
1100
1101
1102
1103
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 1099

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