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.
6015 6016 6017 6018 6019 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 6015 class ServiceMetadata < Struct.new( :user_details) SENSITIVE = [] include Aws::Structure end |