You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Imagebuilder::Types::Logging
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::Logging
- Defined in:
- (unknown)
Overview
Note:
When passing Logging as input to an Aws::Client method, you can use a vanilla Hash:
{
s3_logs: {
s3_bucket_name: "NonEmptyString",
s3_key_prefix: "NonEmptyString",
},
}
Logging configuration defines where Image Builder uploads your logs.
Returned by:
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.