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

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

Overview

Provides information about a session.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#durationInteger

The duration of the session, in milliseconds.

Returns:

  • (Integer)


11642
11643
11644
11645
11646
11647
11648
11649
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11642

class Session < Struct.new(
  :duration,
  :id,
  :start_timestamp,
  :stop_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier for the session.

Returns:

  • (String)


11642
11643
11644
11645
11646
11647
11648
11649
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11642

class Session < Struct.new(
  :duration,
  :id,
  :start_timestamp,
  :stop_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#start_timestampString

The date and time when the session began.

Returns:

  • (String)


11642
11643
11644
11645
11646
11647
11648
11649
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11642

class Session < Struct.new(
  :duration,
  :id,
  :start_timestamp,
  :stop_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#stop_timestampString

The date and time when the session ended.

Returns:

  • (String)


11642
11643
11644
11645
11646
11647
11648
11649
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11642

class Session < Struct.new(
  :duration,
  :id,
  :start_timestamp,
  :stop_timestamp)
  SENSITIVE = []
  include Aws::Structure
end