Class: Aws::NovaAct::Types::SessionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::NovaAct::Types::SessionSummary
- Defined in:
- gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb
Overview
Summary information about a session within a workflow run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session_id ⇒ String
The unique identifier of the session.
Instance Attribute Details
#session_id ⇒ String
The unique identifier of the session.
1026 1027 1028 1029 1030 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1026 class SessionSummary < Struct.new( :session_id) SENSITIVE = [] include Aws::Structure end |