Class: Aws::Imagebuilder::Types::S3Logs
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::S3Logs
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Note:
When making an API call, you may pass S3Logs data as a hash:
{
s3_bucket_name: "NonEmptyString",
s3_key_prefix: "NonEmptyString",
}
Amazon S3 logging configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_bucket_name ⇒ String
The Amazon S3 bucket in which to store the logs.
-
#s3_key_prefix ⇒ String
The Amazon S3 path in which to store the logs.