Class: Aws::Types::UpdateFlowAliasResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFlowAliasResponse
- 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.
2996 2997 2998 |
# File 'sig/types.rbs', line 2996 def arn @arn end |
#concurrency_configuration ⇒ Types::FlowAliasConcurrencyConfiguration
Returns the value of attribute concurrency_configuration.
2993 2994 2995 |
# File 'sig/types.rbs', line 2993 def concurrency_configuration @concurrency_configuration end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2997 2998 2999 |
# File 'sig/types.rbs', line 2997 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2991 2992 2993 |
# File 'sig/types.rbs', line 2991 def description @description end |
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
2994 2995 2996 |
# File 'sig/types.rbs', line 2994 def flow_id @flow_id end |
#id ⇒ ::String
Returns the value of attribute id.
2995 2996 2997 |
# File 'sig/types.rbs', line 2995 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
2990 2991 2992 |
# File 'sig/types.rbs', line 2990 def name @name end |
#routing_configuration ⇒ ::Array[Types::FlowAliasRoutingConfigurationListItem]
Returns the value of attribute routing_configuration.
2992 2993 2994 |
# File 'sig/types.rbs', line 2992 def routing_configuration @routing_configuration end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2998 2999 3000 |
# File 'sig/types.rbs', line 2998 def updated_at @updated_at end |