Class: Aws::WorkSpacesWeb::Types::AssociateUserAccessLoggingSettingsResponse

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 web portal.

Returns:

  • (String)


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

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

#user_access_logging_settings_arnString

The ARN of the user access logging settings.

Returns:

  • (String)


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

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