Class: Aws::LexModelsV2::Types::BotReplicaSummary

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

Overview

Contains summary information about all the replication statuses applicable for global resiliency.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_replica_statusString

The operation status for the replicated bot applicable.

Returns:

  • (String)


2548
2549
2550
2551
2552
2553
2554
2555
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2548

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

#creation_date_timeTime

The creation time and date for the replicated bots.

Returns:

  • (Time)


2548
2549
2550
2551
2552
2553
2554
2555
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2548

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

#failure_reasonsArray<String>

The reasons for the failure for the replicated bot.

Returns:

  • (Array<String>)


2548
2549
2550
2551
2552
2553
2554
2555
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2548

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

#replica_regionString

The replica region used in the replication statuses summary.

Returns:

  • (String)


2548
2549
2550
2551
2552
2553
2554
2555
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 2548

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