Class: Aws::Imagebuilder::Types::Logging
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::Logging
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Logging configuration defines where Image Builder uploads your logs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_logs ⇒ Types::S3Logs
The Amazon S3 logging configuration.
Instance Attribute Details
#s3_logs ⇒ Types::S3Logs
The Amazon S3 logging configuration.
6725 6726 6727 6728 6729 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6725 class Logging < Struct.new( :s3_logs) SENSITIVE = [] include Aws::Structure end |