GetServiceResult

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

Constructors

Link copied to clipboard
constructor(arn: String? = null, serviceIdentifier: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the service.

Link copied to clipboard

The unique identifier of the service.

Link copied to clipboard
val tags: List<Tag>? = null

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