Class: Aws::Types::ListBotAliasReplicasRequest

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)


2131
2132
2133
# File 'sig/types.rbs', line 2131

def bot_id
  @bot_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2133
2134
2135
# File 'sig/types.rbs', line 2133

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2134
2135
2136
# File 'sig/types.rbs', line 2134

def next_token
  @next_token
end

#replica_region ⇒ ::String

Returns the value of attribute replica_region.

Returns:

  • (::String)


2132
2133
2134
# File 'sig/types.rbs', line 2132

def replica_region
  @replica_region
end