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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-imagebuilder/types.rb

Overview

Amazon S3 logging configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucket_nameString

The S3 bucket in which to store the logs.

Returns:

  • (String)


7139
7140
7141
7142
7143
7144
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7139

class S3Logs < Struct.new(
  :s3_bucket_name,
  :s3_key_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#s3_key_prefixString

The Amazon S3 path to the bucket where the logs are stored.

Returns:

  • (String)


7139
7140
7141
7142
7143
7144
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7139

class S3Logs < Struct.new(
  :s3_bucket_name,
  :s3_key_prefix)
  SENSITIVE = []
  include Aws::Structure
end