Module Values_2.SecurityGroupRuleUpdateSource

Describes an update to a security group rule.

Sourcetype nonrec t = {
  1. securityGroupRuleId : Values_1.SecurityGroupRuleId.t;
    (*

    The ID of the security group rule.

    *)
  2. securityGroupRule : Values_1.SecurityGroupRuleRequest.t option;
    (*

    Information about the security group rule.

    *)
}
Sourceval context_ : string
Sourceval make : ?securityGroupRule:??? -> securityGroupRuleId:Values_1.SecurityGroupRuleId.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t