Class: Aws::States::Types::DeleteStateMachineAliasInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::DeleteStateMachineAliasInput
- Defined in:
- gems/aws-sdk-states/lib/aws-sdk-states/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state_machine_alias_arn ⇒ String
The Amazon Resource Name (ARN) of the state machine alias to delete.
Instance Attribute Details
#state_machine_alias_arn ⇒ String
The Amazon Resource Name (ARN) of the state machine alias to delete.
577 578 579 580 581 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 577 class DeleteStateMachineAliasInput < Struct.new( :state_machine_alias_arn) SENSITIVE = [] include Aws::Structure end |