You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Pinpoint::Types::Session

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Session as input to an Aws::Client method, you can use a vanilla Hash:

{
  duration: 1,
  id: "__string", # required
  start_timestamp: "__string", # required
  stop_timestamp: "__string",
}

Provides information about a session.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#durationInteger

The duration of the session, in milliseconds.

Returns:

  • (Integer)

    The duration of the session, in milliseconds.

#idString

The unique identifier for the session.

Returns:

  • (String)

    The unique identifier for the session.

#start_timestampString

The date and time when the session began.

Returns:

  • (String)

    The date and time when the session began.

#stop_timestampString

The date and time when the session ended.

Returns:

  • (String)

    The date and time when the session ended.