GetAppBlockResult

data class GetAppBlockResult(val arn: String? = null, val createdTime: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, createdTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the app block.

Link copied to clipboard
val createdTime: String? = null

The time when the app block was created.