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

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

Instance Attribute Details

#user_detailsTypes::UserDetails

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

Returns:



4943
4944
4945
4946
4947
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4943

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