Class: Aws::Types::ExpireSessionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#portal_id::String

Returns the value of attribute portal_id.

Returns:

  • (::String)


543
544
545
# File 'sig/types.rbs', line 543

def portal_id
  @portal_id
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


544
545
546
# File 'sig/types.rbs', line 544

def session_id
  @session_id
end