Class: Aws::Imagebuilder::Types::S3Logs
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::S3Logs
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Amazon S3 logging configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_bucket_name ⇒ String
The S3 bucket in which to store the logs.
-
#s3_key_prefix ⇒ String
The Amazon S3 path to the bucket where the logs are stored.
Instance Attribute Details
#s3_bucket_name ⇒ String
The S3 bucket in which to store the logs.
7887 7888 7889 7890 7891 7892 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7887 class S3Logs < Struct.new( :s3_bucket_name, :s3_key_prefix) SENSITIVE = [] include Aws::Structure end |
#s3_key_prefix ⇒ String
The Amazon S3 path to the bucket where the logs are stored.
7887 7888 7889 7890 7891 7892 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7887 class S3Logs < Struct.new( :s3_bucket_name, :s3_key_prefix) SENSITIVE = [] include Aws::Structure end |