Class: Aws::LexModelsV2::Types::DescribeBotReplicaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DescribeBotReplicaResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bot_id ⇒ String
The unique bot ID of the replicated bot being monitored.
-
#bot_replica_status ⇒ String
The operational status of the replicated bot being monitored.
-
#creation_date_time ⇒ Time
The creation date and time of the replicated bot being monitored.
-
#failure_reasons ⇒ Array<String>
The failure reasons the bot being monitored failed to replicate.
-
#replica_region ⇒ String
The region of the replicated bot being monitored.
-
#source_region ⇒ String
The source region of the replicated bot being monitored.
Instance Attribute Details
#bot_id ⇒ String
The unique bot ID of the replicated bot being monitored.
5970 5971 5972 5973 5974 5975 5976 5977 5978 5979 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5970 class DescribeBotReplicaResponse < Struct.new( :bot_id, :replica_region, :source_region, :creation_date_time, :bot_replica_status, :failure_reasons) SENSITIVE = [] include Aws::Structure end |
#bot_replica_status ⇒ String
The operational status of the replicated bot being monitored.
5970 5971 5972 5973 5974 5975 5976 5977 5978 5979 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5970 class DescribeBotReplicaResponse < Struct.new( :bot_id, :replica_region, :source_region, :creation_date_time, :bot_replica_status, :failure_reasons) SENSITIVE = [] include Aws::Structure end |
#creation_date_time ⇒ Time
The creation date and time of the replicated bot being monitored.
5970 5971 5972 5973 5974 5975 5976 5977 5978 5979 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5970 class DescribeBotReplicaResponse < Struct.new( :bot_id, :replica_region, :source_region, :creation_date_time, :bot_replica_status, :failure_reasons) SENSITIVE = [] include Aws::Structure end |
#failure_reasons ⇒ Array<String>
The failure reasons the bot being monitored failed to replicate.
5970 5971 5972 5973 5974 5975 5976 5977 5978 5979 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5970 class DescribeBotReplicaResponse < Struct.new( :bot_id, :replica_region, :source_region, :creation_date_time, :bot_replica_status, :failure_reasons) SENSITIVE = [] include Aws::Structure end |
#replica_region ⇒ String
The region of the replicated bot being monitored.
5970 5971 5972 5973 5974 5975 5976 5977 5978 5979 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5970 class DescribeBotReplicaResponse < Struct.new( :bot_id, :replica_region, :source_region, :creation_date_time, :bot_replica_status, :failure_reasons) SENSITIVE = [] include Aws::Structure end |
#source_region ⇒ String
The source region of the replicated bot being monitored.
5970 5971 5972 5973 5974 5975 5976 5977 5978 5979 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5970 class DescribeBotReplicaResponse < Struct.new( :bot_id, :replica_region, :source_region, :creation_date_time, :bot_replica_status, :failure_reasons) SENSITIVE = [] include Aws::Structure end |