Instance

data class Instance(val value: InstanceInfo) : NodeType

Information about a specific managed node.

Constructors

Link copied to clipboard
constructor(value: InstanceInfo)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this NodeType as a Instance and retrieves its aws.sdk.kotlin.services.ssm.model.InstanceInfo value. Throws an exception if the NodeType is not a Instance.

Link copied to clipboard

Casts this NodeType as a Instance and retrieves its aws.sdk.kotlin.services.ssm.model.InstanceInfo value. Returns null if the NodeType is not a Instance.