Class: Aws::WorkSpacesWeb::Types::LogConfiguration

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

Overview

The configuration of the log.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3Types::S3LogConfiguration

The configuration for delivering the logs to S3.



3132
3133
3134
3135
3136
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3132

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