Method: Aws::LexModelsV2::Types::BotAliasReplicaSummary#creation_date_time
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
#creation_date_time ⇒ Time
The creation time and date for all the alias bot replications.
2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2007 class BotAliasReplicaSummary < Struct.new( :bot_alias_id, :bot_alias_replication_status, :bot_version, :creation_date_time, :last_updated_date_time, :failure_reasons) SENSITIVE = [] include Aws::Structure end |