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.



2854
2855
2856
2857
2858
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2854

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