Zip

data class Zip(val value: AssetZipContent) : AssetContent

A zip file containing multiple files

Constructors

Link copied to clipboard
constructor(value: AssetZipContent)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this AssetContent as a File and retrieves its aws.sdk.kotlin.services.devopsagent.model.AssetFileContent value. Throws an exception if the AssetContent is not a File.

Link copied to clipboard

Casts this AssetContent as a File and retrieves its aws.sdk.kotlin.services.devopsagent.model.AssetFileContent value. Returns null if the AssetContent is not a File.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Casts this AssetContent as a Zip and retrieves its aws.sdk.kotlin.services.devopsagent.model.AssetZipContent value. Throws an exception if the AssetContent is not a Zip.

Link copied to clipboard

Casts this AssetContent as a Zip and retrieves its aws.sdk.kotlin.services.devopsagent.model.AssetZipContent value. Returns null if the AssetContent is not a Zip.