Class: Aws::Types::DeleteSessionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


2387
2388
2389
# File 'sig/types.rbs', line 2387

def instance_id
  @instance_id
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


2388
2389
2390
# File 'sig/types.rbs', line 2388

def session_id
  @session_id
end