Class: Aws::WorkSpacesWeb::Types::LogConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::LogConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
The configuration of the log.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3 ⇒ Types::S3LogConfiguration
The configuration for delivering the logs to S3.
Instance Attribute Details
#s3 ⇒ Types::S3LogConfiguration
The configuration for delivering the logs to S3.
3138 3139 3140 3141 3142 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3138 class LogConfiguration < Struct.new( :s3) SENSITIVE = [] include Aws::Structure end |