GetVpcDhcpOptionsFilter

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

Constructors

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

Properties

Link copied to clipboard

Name of the field to filter.

Link copied to clipboard

Set of values for filtering. For more information about filtering, see the EC2 API documentation.

Functions

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