Class: Aws::LexModelsV2::Types::CreateBotReplicaResponse

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)


3560
3561
3562
3563
3564
3565
3566
3567
3568
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3560

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

#bot_replica_statusString

The operational status of the replicated bot generated.

Returns:

  • (String)


3560
3561
3562
3563
3564
3565
3566
3567
3568
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3560

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

#creation_date_timeTime

The creation date and time of the replicated bot generated.

Returns:

  • (Time)


3560
3561
3562
3563
3564
3565
3566
3567
3568
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3560

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

#replica_regionString

The region of the replicated bot generated.

Returns:

  • (String)


3560
3561
3562
3563
3564
3565
3566
3567
3568
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3560

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

#source_regionString

The source region for the source bot used for the replicated bot generated.

Returns:

  • (String)


3560
3561
3562
3563
3564
3565
3566
3567
3568
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3560

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