Class: Aws::Types::CreateStateMachineAliasInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateStateMachineAliasInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
116 117 118 |
# File 'sig/types.rbs', line 116 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
117 118 119 |
# File 'sig/types.rbs', line 117 def name @name end |
#routing_configuration ⇒ ::Array[Types::RoutingConfigurationListItem]
Returns the value of attribute routing_configuration.
118 119 120 |
# File 'sig/types.rbs', line 118 def routing_configuration @routing_configuration end |