Class: Aws::Types::GetSessionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_alias_id ⇒ ::String

Returns the value of attribute bot_alias_id.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def bot_alias_id
  @bot_alias_id
end

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


134
135
136
# File 'sig/types.rbs', line 134

def bot_id
  @bot_id
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def locale_id
  @locale_id
end

#session_id ⇒ ::String

Returns the value of attribute session_id.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def session_id
  @session_id
end