Class: Aws::Types::AgentAliasHistoryEvent
- Inherits:
-
Object
- Object
- Aws::Types::AgentAliasHistoryEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#routing_configuration ⇒ ::Array[Types::AgentAliasRoutingConfigurationListItem]
Returns the value of attribute routing_configuration.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
Instance Attribute Details
#end_date ⇒ ::Time
Returns the value of attribute end_date.
117 118 119 |
# File 'sig/types.rbs', line 117 def end_date @end_date end |
#routing_configuration ⇒ ::Array[Types::AgentAliasRoutingConfigurationListItem]
Returns the value of attribute routing_configuration.
116 117 118 |
# File 'sig/types.rbs', line 116 def routing_configuration @routing_configuration end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
118 119 120 |
# File 'sig/types.rbs', line 118 def start_date @start_date end |