LoggingPropertiesResponse

data class LoggingPropertiesResponse(val bucketName: String? = null, val s3KeyPrefix: String? = null)

Definition of LoggingProperties

Constructors

Link copied to clipboard
constructor(bucketName: String? = null, s3KeyPrefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bucketName: String? = null

Property bucketName

Link copied to clipboard
val s3KeyPrefix: String? = null

Property s3KeyPrefix