Class: Aws::States::Types::DescribeStateMachineAliasInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::DescribeStateMachineAliasInput
- Includes:
- Aws::Structure
- Defined in:
- 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.
Instance Attribute Details
#state_machine_alias_arn ⇒ String
The Amazon Resource Name (ARN) of the state machine alias.
986 987 988 989 990 |
# File 'lib/aws-sdk-states/types.rb', line 986 class DescribeStateMachineAliasInput < Struct.new( :state_machine_alias_arn) SENSITIVE = [] include Aws::Structure end |