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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id ⇒ String

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

Returns:

  • (String)


10339
10340
10341
10342
10343
10344
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10339

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

#session_id ⇒ String

The identifier of the session to delete.

Returns:

  • (String)


10339
10340
10341
10342
10343
10344
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10339

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