Service

data class Service(val value: ServiceEntity) : AuditTargetEntity

Service entity information when the audit target is a service.

Constructors

Link copied to clipboard
constructor(value: ServiceEntity)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this AuditTargetEntity as a Service and retrieves its aws.sdk.kotlin.services.applicationsignals.model.ServiceEntity value. Throws an exception if the AuditTargetEntity is not a Service.

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