Class: Aws::Transfer::Types::ServiceMetadata

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#user_detailsTypes::UserDetails

The Server ID (‘ServerId`), Session ID (`SessionId`) and user (`UserName`) make up the `UserDetails`.

Returns:



4982
4983
4984
4985
4986
# File 'lib/aws-sdk-transfer/types.rb', line 4982

class ServiceMetadata < Struct.new(
  :user_details)
  SENSITIVE = []
  include Aws::Structure
end