Class: Aws::Types::GetFlowAliasResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFlowAliasResponse
- 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.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def arn @arn end |
#concurrency_configuration ⇒ Types::FlowAliasConcurrencyConfiguration
Returns the value of attribute concurrency_configuration.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def concurrency_configuration @concurrency_configuration end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def description @description end |
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def flow_id @flow_id end |
#id ⇒ ::String
Returns the value of attribute id.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def name @name end |
#routing_configuration ⇒ ::Array[Types::FlowAliasRoutingConfigurationListItem]
Returns the value of attribute routing_configuration.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def routing_configuration @routing_configuration end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def updated_at @updated_at end |