Values_2.SecurityGroupRuleUpdateSourceDescribes an update to a security group rule.
type nonrec t = {securityGroupRuleId : Values_1.SecurityGroupRuleId.t;The ID of the security group rule.
*)securityGroupRule : Values_1.SecurityGroupRuleRequest.t option;Information about the security group rule.
*)}val make :
?securityGroupRule:??? ->
securityGroupRuleId:Values_1.SecurityGroupRuleId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_1.SecurityGroupRuleId.t
| `Structure of
(string
* [> `Integer of Values_0.Integer.t
| `String of Values_0.String_.t ])
list ])
list ]