Class: Aws::IoTSiteWise::Types::SessionConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::SessionConfig
- 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
-
#session_end_timestamp ⇒ Types::TimeInNanos
The nanosecond-precision end time of the session.
-
#session_start_timestamp ⇒ Types::TimeInNanos
The nanosecond-precision start time of the session.
Instance Attribute Details
#session_end_timestamp ⇒ Types::TimeInNanos
The nanosecond-precision end time of the session.
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_timestamp ⇒ Types::TimeInNanos
The nanosecond-precision start time of the session.
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 |