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)


2429
2430
2431
# File 'sig/types.rbs', line 2429

def instance_id
  @instance_id
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


2430
2431
2432
# File 'sig/types.rbs', line 2430

def session_id
  @session_id
end