Module Values_1.SecurityGroupRuleDescriptionSource

Describes 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.

Sourcetype nonrec t = {
  1. securityGroupRuleId : Values_0.String_.t option;
    (*

    The ID of the security group rule.

    *)
  2. description : Values_0.String_.t option;
    (*

    The description of the security group rule.

    *)
}
Sourceval make : ?securityGroupRuleId:??? -> ?description:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.String_.t ]) 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