Class: Aws::WorkSpacesWeb::Types::AssociateSessionLoggerResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspacesweb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#portal_arnString

The ARN of the portal.

Returns:

  • (String)


189
190
191
192
193
194
# File 'lib/aws-sdk-workspacesweb/types.rb', line 189

class AssociateSessionLoggerResponse < Struct.new(
  :portal_arn,
  :session_logger_arn)
  SENSITIVE = []
  include Aws::Structure
end

#session_logger_arnString

The ARN of the session logger.

Returns:

  • (String)


189
190
191
192
193
194
# File 'lib/aws-sdk-workspacesweb/types.rb', line 189

class AssociateSessionLoggerResponse < Struct.new(
  :portal_arn,
  :session_logger_arn)
  SENSITIVE = []
  include Aws::Structure
end