Class: Aws::LexModelsV2::Types::BotReplicaSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::BotReplicaSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Contains summary information about all the replication statuses applicable for global resiliency.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_replica_status ⇒ String
The operation status for the replicated bot applicable.
-
#creation_date_time ⇒ Time
The creation time and date for the replicated bots.
-
#failure_reasons ⇒ Array<String>
The reasons for the failure for the replicated bot.
-
#replica_region ⇒ String
The replica region used in the replication statuses summary.
Instance Attribute Details
#bot_replica_status ⇒ String
The operation status for the replicated bot applicable.
2548 2549 2550 2551 2552 2553 2554 2555 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2548 class BotReplicaSummary < Struct.new( :replica_region, :creation_date_time, :bot_replica_status, :failure_reasons) SENSITIVE = [] include Aws::Structure end |
#creation_date_time ⇒ Time
The creation time and date for the replicated bots.
2548 2549 2550 2551 2552 2553 2554 2555 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2548 class BotReplicaSummary < Struct.new( :replica_region, :creation_date_time, :bot_replica_status, :failure_reasons) SENSITIVE = [] include Aws::Structure end |
#failure_reasons ⇒ Array<String>
The reasons for the failure for the replicated bot.
2548 2549 2550 2551 2552 2553 2554 2555 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2548 class BotReplicaSummary < Struct.new( :replica_region, :creation_date_time, :bot_replica_status, :failure_reasons) SENSITIVE = [] include Aws::Structure end |
#replica_region ⇒ String
The replica region used in the replication statuses summary.
2548 2549 2550 2551 2552 2553 2554 2555 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2548 class BotReplicaSummary < Struct.new( :replica_region, :creation_date_time, :bot_replica_status, :failure_reasons) SENSITIVE = [] include Aws::Structure end |