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)


9866
9867
9868
9869
9870
9871
# File 'lib/aws-sdk-connect/types.rb', line 9866

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

#session_idString

The identifier of the session to delete.

Returns:

  • (String)


9866
9867
9868
9869
9870
9871
# File 'lib/aws-sdk-connect/types.rb', line 9866

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