GetNetworkInterfacesFilter

data class GetNetworkInterfacesFilter(val name: String, val values: List<String>)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the field to filter by, as defined by the underlying AWS API.

Link copied to clipboard

Set of values that are accepted for the given field.