Class: Aws::CloudWatchOmni::Types::SessionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::SessionSummary
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Summary information about a query session, including its identifier, name, and activity timestamps.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the session was created.
-
#last_activity_at ⇒ Time
The timestamp of the most recent activity in the session.
-
#session_id ⇒ String
The unique ID of the session.
-
#session_name ⇒ String
The human-readable name of the session.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the session was created.
4482 4483 4484 4485 4486 4487 4488 4489 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4482 class SessionSummary < Struct.new( :session_id, :created_at, :last_activity_at, :session_name) SENSITIVE = [] include Aws::Structure end |
#last_activity_at ⇒ Time
The timestamp of the most recent activity in the session.
4482 4483 4484 4485 4486 4487 4488 4489 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4482 class SessionSummary < Struct.new( :session_id, :created_at, :last_activity_at, :session_name) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The unique ID of the session.
4482 4483 4484 4485 4486 4487 4488 4489 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4482 class SessionSummary < Struct.new( :session_id, :created_at, :last_activity_at, :session_name) SENSITIVE = [] include Aws::Structure end |
#session_name ⇒ String
The human-readable name of the session. Names under /aws/ are
reserved for service integrations.
4482 4483 4484 4485 4486 4487 4488 4489 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4482 class SessionSummary < Struct.new( :session_id, :created_at, :last_activity_at, :session_name) SENSITIVE = [] include Aws::Structure end |