Class: Aws::Types::CreateFlowAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFlowAliasRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
486 487 488 |
# File 'sig/types.rbs', line 486 def client_token @client_token end |
#concurrency_configuration ⇒ Types::FlowAliasConcurrencyConfiguration
Returns the value of attribute concurrency_configuration.
484 485 486 |
# File 'sig/types.rbs', line 484 def concurrency_configuration @concurrency_configuration end |
#description ⇒ ::String
Returns the value of attribute description.
482 483 484 |
# File 'sig/types.rbs', line 482 def description @description end |
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
485 486 487 |
# File 'sig/types.rbs', line 485 def flow_identifier @flow_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
481 482 483 |
# File 'sig/types.rbs', line 481 def name @name end |
#routing_configuration ⇒ ::Array[Types::FlowAliasRoutingConfigurationListItem]
Returns the value of attribute routing_configuration.
483 484 485 |
# File 'sig/types.rbs', line 483 def routing_configuration @routing_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
487 488 489 |
# File 'sig/types.rbs', line 487 def @tags end |