Class: Aws::States::Types::DeleteStateMachineVersionInput

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_version_arnString

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

Returns:

  • (String)


587
588
589
590
591
# File 'lib/aws-sdk-states/types.rb', line 587

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