Class: Aws::WorkSpacesWeb::Types::AssociateSessionLoggerRequest

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 to associate to the session logger ARN.

Returns:

  • (String)


172
173
174
175
176
177
# File 'lib/aws-sdk-workspacesweb/types.rb', line 172

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

#session_logger_arnString

The ARN of the session logger to associate to the portal ARN.

Returns:

  • (String)


172
173
174
175
176
177
# File 'lib/aws-sdk-workspacesweb/types.rb', line 172

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