Class: Aws::Transfer::Types::ServiceMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ServiceMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
A container object for the session details that are associated with a workflow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_details ⇒ Types::UserDetails
The Server ID (‘ServerId`), Session ID (`SessionId`) and user (`UserName`) make up the `UserDetails`.
Instance Attribute Details
#user_details ⇒ Types::UserDetails
The Server ID (‘ServerId`), Session ID (`SessionId`) and user (`UserName`) make up the `UserDetails`.
5116 5117 5118 5119 5120 |
# File 'lib/aws-sdk-transfer/types.rb', line 5116 class ServiceMetadata < Struct.new( :user_details) SENSITIVE = [] include Aws::Structure end |