Class: Aws::Types::GetSessionStatusResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


587
588
589
# File 'sig/types.rbs', line 587

def session_id
  @session_id
end

#statusTypes::SessionStatus

Returns the value of attribute status.



588
589
590
# File 'sig/types.rbs', line 588

def status
  @status
end