GetFolderPlainArgs

data class GetFolderPlainArgs(val awsAccountId: String, val folderId: String) : ConvertibleToJava<GetFolderPlainArgs>

Constructors

Link copied to clipboard
constructor(awsAccountId: String, folderId: String)

Properties

Link copied to clipboard

The ID for the AWS account where you want to create the folder.

Link copied to clipboard

The ID of the folder.

Functions

Link copied to clipboard
open override fun toJava(): GetFolderPlainArgs