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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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)


5050
5051
5052
5053
5054
5055
5056
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5050

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)


5050
5051
5052
5053
5054
5055
5056
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5050

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)


5050
5051
5052
5053
5054
5055
5056
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5050

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