Values_2.RevokedSecurityGroupRuleSourceA security group rule removed with RevokeSecurityGroupEgress or RevokeSecurityGroupIngress.
type nonrec t = {securityGroupRuleId : Values_1.SecurityGroupRuleId.t option;A security group rule ID.
*)groupId : Values_0.SecurityGroupId.t option;A security group ID.
*)isEgress : Values_0.Boolean.t option;Defines if a security group rule is an outbound rule.
*)ipProtocol : Values_0.String_.t option;The security group rule's protocol.
*)fromPort : Values_0.Integer.t option;The 'from' port number of the security group rule.
*)toPort : Values_0.Integer.t option;The 'to' port number of the security group rule.
*)cidrIpv4 : Values_0.String_.t option;The IPv4 CIDR of the traffic source.
*)cidrIpv6 : Values_0.String_.t option;The IPv6 CIDR of the traffic source.
*)prefixListId : Values_0.PrefixListResourceId.t option;The ID of a prefix list that's the traffic source.
*)referencedGroupId : Values_0.SecurityGroupId.t option;The ID of a referenced security group.
*)description : Values_0.String_.t option;A description of the revoked security group rule.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Integer of Values_0.Integer.t
| `String of Values_1.SecurityGroupRuleId.t ])
list ]