GetVpcIamPoolsFilter

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

Constructors

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

Properties

Link copied to clipboard

The name of the filter. Filter names are case-sensitive.

Link copied to clipboard

The filter values. Filter values are case-sensitive.

Functions

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