GetNetworkInsightsAnalysisFilter

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

Constructors

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

Properties

Link copied to clipboard

Name of the filter field. Valid values can be found in the EC2 DescribeNetworkInsightsAnalyses API Reference.

Link copied to clipboard

Set of values that are accepted for the given filter field. Results will be selected if any given value matches.

Functions

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