Class: Aws::Connect::Types::DeleteSessionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


9916
9917
9918
9919
9920
9921
# File 'lib/aws-sdk-connect/types.rb', line 9916

class DeleteSessionRequest < Struct.new(
  :instance_id,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The identifier of the session to delete.

Returns:

  • (String)


9916
9917
9918
9919
9920
9921
# File 'lib/aws-sdk-connect/types.rb', line 9916

class DeleteSessionRequest < Struct.new(
  :instance_id,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end