Class: Aws::Transfer::Types::ServiceMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ServiceMetadata
- Defined in:
- gems/aws-sdk-transfer/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 theUserDetails
.
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 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5116 class ServiceMetadata < Struct.new( :user_details) SENSITIVE = [] include Aws::Structure end |