Class: Aws::Types::UpdateFlowAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFlowAliasRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_identifier ⇒ ::String
Returns the value of attribute alias_identifier.
-
#concurrency_configuration ⇒ Types::FlowAliasConcurrencyConfiguration
Returns the value of attribute concurrency_configuration.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#routing_configuration ⇒ ::Array[Types::FlowAliasRoutingConfigurationListItem]
Returns the value of attribute routing_configuration.
Instance Attribute Details
#alias_identifier ⇒ ::String
Returns the value of attribute alias_identifier.
2985 2986 2987 |
# File 'sig/types.rbs', line 2985 def alias_identifier @alias_identifier end |
#concurrency_configuration ⇒ Types::FlowAliasConcurrencyConfiguration
Returns the value of attribute concurrency_configuration.
2983 2984 2985 |
# File 'sig/types.rbs', line 2983 def concurrency_configuration @concurrency_configuration end |
#description ⇒ ::String
Returns the value of attribute description.
2981 2982 2983 |
# File 'sig/types.rbs', line 2981 def description @description end |
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
2984 2985 2986 |
# File 'sig/types.rbs', line 2984 def flow_identifier @flow_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
2980 2981 2982 |
# File 'sig/types.rbs', line 2980 def name @name end |
#routing_configuration ⇒ ::Array[Types::FlowAliasRoutingConfigurationListItem]
Returns the value of attribute routing_configuration.
2982 2983 2984 |
# File 'sig/types.rbs', line 2982 def routing_configuration @routing_configuration end |