NodeType

sealed class NodeType

Information about a managed node's type.

Inheritors

Types

Link copied to clipboard
data class Instance(val value: InstanceInfo) : NodeType

Information about a specific managed node.

Link copied to clipboard

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.