GetAckServiceResult

data class GetAckServiceResult(val enable: String? = null, val id: String, val status: String, val type: String)

A collection of values returned by getAckService.

Constructors

Link copied to clipboard
constructor(enable: String? = null, id: String, status: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enable: String? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The current service enable status.

Link copied to clipboard