Get Security Group Rule Filter
data class GetSecurityGroupRuleFilter(val name: String, val values: List<String>) : ConvertibleToJava<GetSecurityGroupRuleFilter>
Properties
Link copied to clipboard
Name of the filter field. Valid values can be found in the EC2 DescribeSecurityGroupRules
API Reference.