You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Imagebuilder::Types::S3Logs

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing S3Logs as input to an Aws::Client method, you can use a vanilla Hash:

{
  s3_bucket_name: "NonEmptyString",
  s3_key_prefix: "NonEmptyString",
}

Amazon S3 logging configuration.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucket_nameString

The Amazon S3 bucket in which to store the logs.

Returns:

  • (String)

    The Amazon S3 bucket in which to store the logs.

#s3_key_prefixString

The Amazon S3 path in which to store the logs.

Returns:

  • (String)

    The Amazon S3 path in which to store the logs.