Class: Aws::LexModelsV2::Types::CreateBotReplicaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::CreateBotReplicaResponse
- 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 generated.
-
#bot_replica_status ⇒ String
The operational status of the replicated bot generated.
-
#creation_date_time ⇒ Time
The creation date and time of the replicated bot generated.
-
#replica_region ⇒ String
The region of the replicated bot generated.
-
#source_region ⇒ String
The source region for the source bot used for the replicated bot generated.
Instance Attribute Details
#bot_id ⇒ String
The unique bot ID of the replicated bot generated.
3633 3634 3635 3636 3637 3638 3639 3640 3641 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3633 class CreateBotReplicaResponse < Struct.new( :bot_id, :replica_region, :source_region, :creation_date_time, :bot_replica_status) SENSITIVE = [] include Aws::Structure end |
#bot_replica_status ⇒ String
The operational status of the replicated bot generated.
3633 3634 3635 3636 3637 3638 3639 3640 3641 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3633 class CreateBotReplicaResponse < Struct.new( :bot_id, :replica_region, :source_region, :creation_date_time, :bot_replica_status) SENSITIVE = [] include Aws::Structure end |
#creation_date_time ⇒ Time
The creation date and time of the replicated bot generated.
3633 3634 3635 3636 3637 3638 3639 3640 3641 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3633 class CreateBotReplicaResponse < Struct.new( :bot_id, :replica_region, :source_region, :creation_date_time, :bot_replica_status) SENSITIVE = [] include Aws::Structure end |
#replica_region ⇒ String
The region of the replicated bot generated.
3633 3634 3635 3636 3637 3638 3639 3640 3641 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3633 class CreateBotReplicaResponse < Struct.new( :bot_id, :replica_region, :source_region, :creation_date_time, :bot_replica_status) SENSITIVE = [] include Aws::Structure end |
#source_region ⇒ String
The source region for the source bot used for the replicated bot generated.
3633 3634 3635 3636 3637 3638 3639 3640 3641 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3633 class CreateBotReplicaResponse < Struct.new( :bot_id, :replica_region, :source_region, :creation_date_time, :bot_replica_status) SENSITIVE = [] include Aws::Structure end |