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:



6015
6016
6017
6018
6019
# File 'lib/aws-sdk-transfer/types.rb', line 6015

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