Class: Aws::LexModelsV2::Types::BotVersionReplicaSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::BotVersionReplicaSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Contains summary information for all the version replication statuses applicable for Global resiliency.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_version ⇒ String
The bot version for the summary information for all the version replication statuses.
-
#bot_version_replication_status ⇒ String
The version replication status for all the replicated bots.
-
#creation_date_time ⇒ Time
The creation date and time of the replication status for all the replicated bots.
-
#failure_reasons ⇒ Array<String>
The reasons for replication failure for all the replicated bots.
Instance Attribute Details
#bot_version ⇒ String
The bot version for the summary information for all the version replication statuses.
2688 2689 2690 2691 2692 2693 2694 2695 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2688 class BotVersionReplicaSummary < Struct.new( :bot_version, :bot_version_replication_status, :creation_date_time, :failure_reasons) SENSITIVE = [] include Aws::Structure end |
#bot_version_replication_status ⇒ String
The version replication status for all the replicated bots.
2688 2689 2690 2691 2692 2693 2694 2695 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2688 class BotVersionReplicaSummary < Struct.new( :bot_version, :bot_version_replication_status, :creation_date_time, :failure_reasons) SENSITIVE = [] include Aws::Structure end |
#creation_date_time ⇒ Time
The creation date and time of the replication status for all the replicated bots.
2688 2689 2690 2691 2692 2693 2694 2695 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2688 class BotVersionReplicaSummary < Struct.new( :bot_version, :bot_version_replication_status, :creation_date_time, :failure_reasons) SENSITIVE = [] include Aws::Structure end |
#failure_reasons ⇒ Array<String>
The reasons for replication failure for all the replicated bots.
2688 2689 2690 2691 2692 2693 2694 2695 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2688 class BotVersionReplicaSummary < Struct.new( :bot_version, :bot_version_replication_status, :creation_date_time, :failure_reasons) SENSITIVE = [] include Aws::Structure end |