Class: Aws::Types::UpdateSessionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#session_identifier::String

Returns the value of attribute session_identifier.

Returns:

  • (::String)


2745
2746
2747
# File 'sig/types.rbs', line 2745

def session_identifier
  @session_identifier
end

#session_metadata::Hash[::String, ::String]

Returns the value of attribute session_metadata.

Returns:

  • (::Hash[::String, ::String])


2746
2747
2748
# File 'sig/types.rbs', line 2746

def 
  @session_metadata
end