Class: Aws::LexModelsV2::Types::DeleteBotReplicaResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelsv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_idString

The unique bot ID of the replicated bot generated.



5242
5243
5244
5245
5246
5247
5248
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5242

class DeleteBotReplicaResponse < Struct.new(
  :bot_id,
  :replica_region,
  :bot_replica_status)
  SENSITIVE = []
  include Aws::Structure
end

#bot_replica_statusString

The operational status of the replicated bot generated.



5242
5243
5244
5245
5246
5247
5248
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5242

class DeleteBotReplicaResponse < Struct.new(
  :bot_id,
  :replica_region,
  :bot_replica_status)
  SENSITIVE = []
  include Aws::Structure
end

#replica_regionString

The region of the replicated bot generated.



5242
5243
5244
5245
5246
5247
5248
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5242

class DeleteBotReplicaResponse < Struct.new(
  :bot_id,
  :replica_region,
  :bot_replica_status)
  SENSITIVE = []
  include Aws::Structure
end