Class: Aws::States::Types::DeleteStateMachineInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::DeleteStateMachineInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state_machine_arn ⇒ String
The Amazon Resource Name (ARN) of the state machine to delete.
Instance Attribute Details
#state_machine_arn ⇒ String
The Amazon Resource Name (ARN) of the state machine to delete.
593 594 595 596 597 |
# File 'lib/aws-sdk-states/types.rb', line 593 class DeleteStateMachineInput < Struct.new( :state_machine_arn) SENSITIVE = [] include Aws::Structure end |