Class: Aws::Types::AgentAliasHistoryEvent

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


118
119
120
# File 'sig/types.rbs', line 118

def start_date
  @start_date
end