Class: Aws::QLDBSession::Types::StartSessionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::QLDBSession::Types::StartSessionResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qldbsession/types.rb
Overview
Contains the details of the started session.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session_token ⇒ String
Session token of the started session.
-
#timing_information ⇒ Types::TimingInformation
Contains server-side performance information for the command.
Instance Attribute Details
#session_token ⇒ String
Session token of the started session. This ‘SessionToken` is required for every subsequent command that is issued during the current session.
463 464 465 466 467 468 |
# File 'lib/aws-sdk-qldbsession/types.rb', line 463 class StartSessionResult < Struct.new( :session_token, :timing_information) SENSITIVE = [] include Aws::Structure end |
#timing_information ⇒ Types::TimingInformation
Contains server-side performance information for the command.
463 464 465 466 467 468 |
# File 'lib/aws-sdk-qldbsession/types.rb', line 463 class StartSessionResult < Struct.new( :session_token, :timing_information) SENSITIVE = [] include Aws::Structure end |