Class: Aws::QLDBSession::Types::StartSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QLDBSession::Types::StartSessionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qldbsession/types.rb
Overview
Specifies a request to start a new session.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ledger_name ⇒ String
The name of the ledger to start a new session against.
Instance Attribute Details
#ledger_name ⇒ String
The name of the ledger to start a new session against.
443 444 445 446 447 |
# File 'lib/aws-sdk-qldbsession/types.rb', line 443 class StartSessionRequest < Struct.new( :ledger_name) SENSITIVE = [] include Aws::Structure end |