Class: Aws::Types::ListBotVersionReplicasResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


2256
2257
2258
# File 'sig/types.rbs', line 2256

def bot_id
  @bot_id
end

#bot_version_replica_summaries ⇒ ::Array[Types::BotVersionReplicaSummary]

Returns the value of attribute bot_version_replica_summaries.

Returns:



2259
2260
2261
# File 'sig/types.rbs', line 2259

def bot_version_replica_summaries
  @bot_version_replica_summaries
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2260
2261
2262
# File 'sig/types.rbs', line 2260

def next_token
  @next_token
end

#replica_region ⇒ ::String

Returns the value of attribute replica_region.

Returns:

  • (::String)


2258
2259
2260
# File 'sig/types.rbs', line 2258

def replica_region
  @replica_region
end

#source_region ⇒ ::String

Returns the value of attribute source_region.

Returns:

  • (::String)


2257
2258
2259
# File 'sig/types.rbs', line 2257

def source_region
  @source_region
end