Class: Aws::Types::DeleteSessionResponse

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)


54
55
56
# File 'sig/types.rbs', line 54

def bot_alias
  @bot_alias
end

#bot_name::String

Returns the value of attribute bot_name.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def bot_name
  @bot_name
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def session_id
  @session_id
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def user_id
  @user_id
end