GetLocationS3Result

data class GetLocationS3Result(val locationArn: String? = null, val locationUri: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(locationArn: String? = null, locationUri: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val locationArn: String? = null

The Amazon Resource Name (ARN) of the Amazon S3 bucket location.

Link copied to clipboard
val locationUri: String? = null

The URL of the S3 location that was described.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.