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)


1832
1833
1834
# File 'sig/types.rbs', line 1832

def memory_id
  @memory_id
end

#session_expiry_time::Time

Returns the value of attribute session_expiry_time.

Returns:

  • (::Time)


1833
1834
1835
# File 'sig/types.rbs', line 1833

def session_expiry_time
  @session_expiry_time
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


1834
1835
1836
# File 'sig/types.rbs', line 1834

def session_id
  @session_id
end

#session_start_time::Time

Returns the value of attribute session_start_time.

Returns:

  • (::Time)


1835
1836
1837
# File 'sig/types.rbs', line 1835

def session_start_time
  @session_start_time
end

#summary_text::String

Returns the value of attribute summary_text.

Returns:

  • (::String)


1836
1837
1838
# File 'sig/types.rbs', line 1836

def summary_text
  @summary_text
end