Class: Aws::Types::ListBotAliasesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_alias_summaries ⇒ ::Array[Types::BotAliasSummary]

Returns the value of attribute bot_alias_summaries.

Returns:



2155
2156
2157
# File 'sig/types.rbs', line 2155

def bot_alias_summaries
  @bot_alias_summaries
end

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


2157
2158
2159
# File 'sig/types.rbs', line 2157

def bot_id
  @bot_id
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2156
2157
2158
# File 'sig/types.rbs', line 2156

def next_token
  @next_token
end