Class: Aws::Types::CreateFlowAliasResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateFlowAliasResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#concurrency_configuration ⇒ Types::FlowAliasConcurrencyConfiguration
Returns the value of attribute concurrency_configuration.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#routing_configuration ⇒ ::Array[Types::FlowAliasRoutingConfigurationListItem]
Returns the value of attribute routing_configuration.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
498 499 500 |
# File 'sig/types.rbs', line 498 def arn @arn end |
#concurrency_configuration ⇒ Types::FlowAliasConcurrencyConfiguration
Returns the value of attribute concurrency_configuration.
495 496 497 |
# File 'sig/types.rbs', line 495 def concurrency_configuration @concurrency_configuration end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
499 500 501 |
# File 'sig/types.rbs', line 499 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
493 494 495 |
# File 'sig/types.rbs', line 493 def description @description end |
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
496 497 498 |
# File 'sig/types.rbs', line 496 def flow_id @flow_id end |
#id ⇒ ::String
Returns the value of attribute id.
497 498 499 |
# File 'sig/types.rbs', line 497 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
492 493 494 |
# File 'sig/types.rbs', line 492 def name @name end |
#routing_configuration ⇒ ::Array[Types::FlowAliasRoutingConfigurationListItem]
Returns the value of attribute routing_configuration.
494 495 496 |
# File 'sig/types.rbs', line 494 def routing_configuration @routing_configuration end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
500 501 502 |
# File 'sig/types.rbs', line 500 def updated_at @updated_at end |