EcsInstanceSetExcludeInstanceFilter

data class EcsInstanceSetExcludeInstanceFilter(val key: String, val values: List<String>)

Constructors

Link copied to clipboard
constructor(key: String, values: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The type of the excluded. Valid values: InstanceId, InstanceName.

Link copied to clipboard

The value of the excluded. The identification of the excluded instances. It is a list of instance Ids or names.