Class: Aws::QConnect::Types::UpdateSessionDataResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataArray<Types::RuntimeSessionData>

Data stored in the session.

Returns:



12437
12438
12439
12440
12441
12442
12443
12444
# File 'lib/aws-sdk-qconnect/types.rb', line 12437

class UpdateSessionDataResponse < Struct.new(
  :session_arn,
  :session_id,
  :namespace,
  :data)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace into which the session data is stored. Supported namespaces are: Custom

Returns:

  • (String)


12437
12438
12439
12440
12441
12442
12443
12444
# File 'lib/aws-sdk-qconnect/types.rb', line 12437

class UpdateSessionDataResponse < Struct.new(
  :session_arn,
  :session_id,
  :namespace,
  :data)
  SENSITIVE = []
  include Aws::Structure
end

#session_arnString

The Amazon Resource Name (ARN) of the session.

Returns:

  • (String)


12437
12438
12439
12440
12441
12442
12443
12444
# File 'lib/aws-sdk-qconnect/types.rb', line 12437

class UpdateSessionDataResponse < Struct.new(
  :session_arn,
  :session_id,
  :namespace,
  :data)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The identifier of the session.

Returns:

  • (String)


12437
12438
12439
12440
12441
12442
12443
12444
# File 'lib/aws-sdk-qconnect/types.rb', line 12437

class UpdateSessionDataResponse < Struct.new(
  :session_arn,
  :session_id,
  :namespace,
  :data)
  SENSITIVE = []
  include Aws::Structure
end