Class: Aws::NovaAct::Types::CreateSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NovaAct::Types::CreateSessionResponse
- Defined in:
- gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session_id ⇒ String
The unique identifier for the created session.
Instance Attribute Details
#session_id ⇒ String
The unique identifier for the created session.
325 326 327 328 329 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 325 class CreateSessionResponse < Struct.new( :session_id) SENSITIVE = [] include Aws::Structure end |