Class: Aws::Types::CreateStateMachineAliasOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateStateMachineAliasOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#state_machine_alias_arn ⇒ ::String
Returns the value of attribute state_machine_alias_arn.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
124 125 126 |
# File 'sig/types.rbs', line 124 def creation_date @creation_date end |
#state_machine_alias_arn ⇒ ::String
Returns the value of attribute state_machine_alias_arn.
123 124 125 |
# File 'sig/types.rbs', line 123 def state_machine_alias_arn @state_machine_alias_arn end |