Class: Aws::Types::DeleteSessionRequest

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)


47
48
49
# File 'sig/types.rbs', line 47

def bot_alias
  @bot_alias
end

#bot_name::String

Returns the value of attribute bot_name.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def bot_name
  @bot_name
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def user_id
  @user_id
end