Class: Aws::QLDBSession::Types::StartSessionResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qldbsession/lib/aws-sdk-qldbsession/types.rb

Overview

Contains the details of the started session.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#session_tokenString

Session token of the started session. This SessionToken is required for every subsequent command that is issued during the current session.

Returns:

  • (String)


463
464
465
466
467
468
# File 'gems/aws-sdk-qldbsession/lib/aws-sdk-qldbsession/types.rb', line 463

class StartSessionResult < Struct.new(
  :session_token,
  :timing_information)
  SENSITIVE = []
  include Aws::Structure
end

#timing_informationTypes::TimingInformation

Contains server-side performance information for the command.



463
464
465
466
467
468
# File 'gems/aws-sdk-qldbsession/lib/aws-sdk-qldbsession/types.rb', line 463

class StartSessionResult < Struct.new(
  :session_token,
  :timing_information)
  SENSITIVE = []
  include Aws::Structure
end