Class: Aws::WorkSpacesWeb::Types::ListUserAccessLoggingSettingsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token used to retrieve the next page of results for this operation.

Returns:

  • (String)


2006
2007
2008
2009
2010
2011
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2006

class ListUserAccessLoggingSettingsResponse < Struct.new(
  :next_token,
  :user_access_logging_settings)
  SENSITIVE = []
  include Aws::Structure
end

#user_access_logging_settingsArray<Types::UserAccessLoggingSettingsSummary>

The user access logging settings.



2006
2007
2008
2009
2010
2011
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2006

class ListUserAccessLoggingSettingsResponse < Struct.new(
  :next_token,
  :user_access_logging_settings)
  SENSITIVE = []
  include Aws::Structure
end