Class: Aws::QLDBSession::Types::StartSessionRequest

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

Overview

Specifies a request to start a new session.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ledger_nameString

The name of the ledger to start a new session against.

Returns:

  • (String)


443
444
445
446
447
# File 'gems/aws-sdk-qldbsession/lib/aws-sdk-qldbsession/types.rb', line 443

class StartSessionRequest < Struct.new(
  :ledger_name)
  SENSITIVE = []
  include Aws::Structure
end