Class: Aws::Types::ListBotVersionReplicasRequest

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)


2247
2248
2249
# File 'sig/types.rbs', line 2247

def bot_id
  @bot_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2249
2250
2251
# File 'sig/types.rbs', line 2249

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2250
2251
2252
# File 'sig/types.rbs', line 2250

def next_token
  @next_token
end

#replica_region ⇒ ::String

Returns the value of attribute replica_region.

Returns:

  • (::String)


2248
2249
2250
# File 'sig/types.rbs', line 2248

def replica_region
  @replica_region
end

#sort_by ⇒ Types::BotVersionReplicaSortBy

Returns the value of attribute sort_by.



2251
2252
2253
# File 'sig/types.rbs', line 2251

def sort_by
  @sort_by
end