GetEbsVolumesFilter

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

Constructors

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

Functions

Link copied to clipboard
open override fun toJava(): GetEbsVolumesFilter

Properties

Link copied to clipboard

Name of the field to filter by, as defined by the underlying AWS API. For example, if matching against the size filter, use:

Link copied to clipboard

Set of values that are accepted for the given field. EBS Volume IDs will be selected if any one of the given values match.