OwnerResponse

data class OwnerResponse(val displayName: String? = null, val id: String? = null)

Definition of Owner

Constructors

Link copied to clipboard
constructor(displayName: String? = null, id: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val displayName: String? = null

Container for the display name of the owner. This value is only supported in the following Amazon Web Services Regions:

  • US East (N. Virginia)

  • US West (N. California)

  • US West (Oregon)

  • Asia Pacific (Singapore)

  • Asia Pacific (Sydney)

  • Asia Pacific (Tokyo)

  • Europe (Ireland)

  • South America (São Paulo)

This functionality is not supported for directory buckets.

Link copied to clipboard
val id: String? = null

Container for the ID of the owner.