GetServiceResult

data class GetServiceResult(val arn: String? = null, val serviceIdentifier: String? = null, val tags: List<ServiceTag>? = null)

Constructors

Link copied to clipboard
fun GetServiceResult(arn: String? = null, serviceIdentifier: String? = null, tags: List<ServiceTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null
Link copied to clipboard
Link copied to clipboard
val tags: List<ServiceTag>? = null

Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.