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

#assistant_id ⇒ ::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


425
426
427
# File 'sig/types.rbs', line 425

def assistant_id
  @assistant_id
end

#session_id ⇒ ::String

Returns the value of attribute session_id.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def session_id
  @session_id
end