Class: Aws::States::Types::DeleteStateMachineInput

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 to delete.

Returns:

  • (String)


570
571
572
573
574
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 570

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