Class: Aws::Types::FlowAliasSummary
- Inherits:
-
Object
- Object
- Aws::Types::FlowAliasSummary
- 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.
962 963 964 |
# File 'sig/types.rbs', line 962 def arn @arn end |
#concurrency_configuration ⇒ Types::FlowAliasConcurrencyConfiguration
Returns the value of attribute concurrency_configuration.
959 960 961 |
# File 'sig/types.rbs', line 959 def concurrency_configuration @concurrency_configuration end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
963 964 965 |
# File 'sig/types.rbs', line 963 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
957 958 959 |
# File 'sig/types.rbs', line 957 def description @description end |
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
960 961 962 |
# File 'sig/types.rbs', line 960 def flow_id @flow_id end |
#id ⇒ ::String
Returns the value of attribute id.
961 962 963 |
# File 'sig/types.rbs', line 961 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
956 957 958 |
# File 'sig/types.rbs', line 956 def name @name end |
#routing_configuration ⇒ ::Array[Types::FlowAliasRoutingConfigurationListItem]
Returns the value of attribute routing_configuration.
958 959 960 |
# File 'sig/types.rbs', line 958 def routing_configuration @routing_configuration end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
964 965 966 |
# File 'sig/types.rbs', line 964 def updated_at @updated_at end |