Class: Aws::LexModelsV2::Types::ListBotAliasReplicasRequest

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 request for the unique bot ID of the replicated bot created from the source bot alias.

Returns:

  • (String)


8707
8708
8709
8710
8711
8712
8713
8714
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8707

class ListBotAliasReplicasRequest < Struct.new(
  :bot_id,
  :replica_region,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The request for maximum results to list the replicated bots created from the source bot alias.

Returns:

  • (Integer)


8707
8708
8709
8710
8711
8712
8713
8714
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8707

class ListBotAliasReplicasRequest < Struct.new(
  :bot_id,
  :replica_region,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The request for the next token for the replicated bot created from the source bot alias.

Returns:

  • (String)


8707
8708
8709
8710
8711
8712
8713
8714
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8707

class ListBotAliasReplicasRequest < Struct.new(
  :bot_id,
  :replica_region,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#replica_regionString

The request for the secondary region of the replicated bot created from the source bot alias.

Returns:

  • (String)


8707
8708
8709
8710
8711
8712
8713
8714
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8707

class ListBotAliasReplicasRequest < Struct.new(
  :bot_id,
  :replica_region,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end