Class: Aws::Types::DescribeStateMachineAliasOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeStateMachineAliasOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#routing_configuration ⇒ ::Array[Types::RoutingConfigurationListItem]
Returns the value of attribute routing_configuration.
-
#state_machine_alias_arn ⇒ ::String
Returns the value of attribute state_machine_alias_arn.
-
#update_date ⇒ ::Time
Returns the value of attribute update_date.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
255 256 257 |
# File 'sig/types.rbs', line 255 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
253 254 255 |
# File 'sig/types.rbs', line 253 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
252 253 254 |
# File 'sig/types.rbs', line 252 def name @name end |
#routing_configuration ⇒ ::Array[Types::RoutingConfigurationListItem]
Returns the value of attribute routing_configuration.
254 255 256 |
# File 'sig/types.rbs', line 254 def routing_configuration @routing_configuration end |
#state_machine_alias_arn ⇒ ::String
Returns the value of attribute state_machine_alias_arn.
251 252 253 |
# File 'sig/types.rbs', line 251 def state_machine_alias_arn @state_machine_alias_arn end |
#update_date ⇒ ::Time
Returns the value of attribute update_date.
256 257 258 |
# File 'sig/types.rbs', line 256 def update_date @update_date end |