Class: Aws::Types::GetBotChannelAssociationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_alias::String

Returns the value of attribute bot_alias.

Returns:

  • (::String)


295
296
297
# File 'sig/types.rbs', line 295

def bot_alias
  @bot_alias
end

#bot_name::String

Returns the value of attribute bot_name.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def bot_name
  @bot_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


297
298
299
# File 'sig/types.rbs', line 297

def max_results
  @max_results
end

#name_contains::String

Returns the value of attribute name_contains.

Returns:

  • (::String)


298
299
300
# File 'sig/types.rbs', line 298

def name_contains
  @name_contains
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


296
297
298
# File 'sig/types.rbs', line 296

def next_token
  @next_token
end