Class: Aws::IoTSiteWise::Types::SessionConfig

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

Overview

Contains the session configuration for a session-type dataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#session_end_timestampTypes::TimeInNanos

The nanosecond-precision end time of the session.

Returns:



13534
13535
13536
13537
13538
13539
# File 'lib/aws-sdk-iotsitewise/types.rb', line 13534

class SessionConfig < Struct.new(
  :session_start_timestamp,
  :session_end_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#session_start_timestampTypes::TimeInNanos

The nanosecond-precision start time of the session.

Returns:



13534
13535
13536
13537
13538
13539
# File 'lib/aws-sdk-iotsitewise/types.rb', line 13534

class SessionConfig < Struct.new(
  :session_start_timestamp,
  :session_end_timestamp)
  SENSITIVE = []
  include Aws::Structure
end