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)


1447
1448
1449
# File 'sig/types.rbs', line 1447

def assistant_id
  @assistant_id
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


1448
1449
1450
# File 'sig/types.rbs', line 1448

def session_id
  @session_id
end