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`.
5533 5534 5535 5536 5537 |
# File 'lib/aws-sdk-transfer/types.rb', line 5533 class ServiceMetadata < Struct.new( :user_details) SENSITIVE = [] include Aws::Structure end |