Get Application Result
data class GetApplicationResult(val arn: String? = null, val description: String? = null, val id: String? = null, val name: String? = null, val tags: ApplicationTags? = null)
Constructors
Link copied to clipboard
fun GetApplicationResult(arn: String? = null, description: String? = null, id: String? = null, name: String? = null, tags: ApplicationTags? = null)