Class: Aws::QLDBSession::Types::EndSessionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::QLDBSession::Types::EndSessionResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qldbsession/types.rb
Overview
Contains the details of the ended session.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#timing_information ⇒ Types::TimingInformation
Contains server-side performance information for the command.
Instance Attribute Details
#timing_information ⇒ Types::TimingInformation
Contains server-side performance information for the command.
140 141 142 143 144 |
# File 'lib/aws-sdk-qldbsession/types.rb', line 140 class EndSessionResult < Struct.new( :timing_information) SENSITIVE = [] include Aws::Structure end |