S3WordsListResponse

data class S3WordsListResponse(val bucketName: String? = null, val objectKey: String? = null)

Definition of S3WordsList

Constructors

Link copied to clipboard
constructor(bucketName: String? = null, objectKey: 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 objectKey: String? = null

Property objectKey