Class: Aws::Types::MemorySessionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#memory_id::String

Returns the value of attribute memory_id.

Returns:

  • (::String)


1750
1751
1752
# File 'sig/types.rbs', line 1750

def memory_id
  @memory_id
end

#session_expiry_time::Time

Returns the value of attribute session_expiry_time.

Returns:

  • (::Time)


1751
1752
1753
# File 'sig/types.rbs', line 1751

def session_expiry_time
  @session_expiry_time
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


1752
1753
1754
# File 'sig/types.rbs', line 1752

def session_id
  @session_id
end

#session_start_time::Time

Returns the value of attribute session_start_time.

Returns:

  • (::Time)


1753
1754
1755
# File 'sig/types.rbs', line 1753

def session_start_time
  @session_start_time
end

#summary_text::String

Returns the value of attribute summary_text.

Returns:

  • (::String)


1754
1755
1756
# File 'sig/types.rbs', line 1754

def summary_text
  @summary_text
end