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.

Returns:

  • (String)


5123
5124
5125
5126
5127
5128
5129
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5123

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.

Returns:

  • (String)


5123
5124
5125
5126
5127
5128
5129
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5123

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.

Returns:

  • (String)


5123
5124
5125
5126
5127
5128
5129
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5123

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