Values_1.SecurityGroupRuleDescriptionSourceDescribes the description of a security group rule. You can use this when you want to update the security group rule description for either an inbound or outbound rule.
type nonrec t = {securityGroupRuleId : Values_0.String_.t option;The ID of the security group rule.
*)description : Values_0.String_.t option;The description of the security group rule.
*)}