GetFolderResult

data class GetFolderResult(val arn: String? = null, val createdTime: String? = null, val lastUpdatedTime: String? = null, val name: String? = null, val permissions: List<FolderResourcePermission>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, createdTime: String? = null, lastUpdatedTime: String? = null, name: String? = null, permissions: List<FolderResourcePermission>? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) for the folder.

Link copied to clipboard
val createdTime: String? = null

The time that the folder was created.

Link copied to clipboard
val lastUpdatedTime: String? = null

The time that the folder was last updated.

Link copied to clipboard
val name: String? = null

A display name for the folder.

Link copied to clipboard

A structure that describes the principals and the resource-level permissions of a folder. To specify no permissions, omit Permissions .

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

A list of tags for the folders that you want to apply overrides to.