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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/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:



9989
9990
9991
9992
9993
9994
9995
9996
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9989

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

#namespaceString

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

Returns:

  • (String)


9989
9990
9991
9992
9993
9994
9995
9996
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9989

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

#session_arnString

The Amazon Resource Name (ARN) of the session.

Returns:

  • (String)


9989
9990
9991
9992
9993
9994
9995
9996
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9989

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

#session_idString

The identifier of the session.

Returns:

  • (String)


9989
9990
9991
9992
9993
9994
9995
9996
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9989

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