pub fn ec2_elem_opt(name: &str, value: Option<&str>) -> String
Render an optional leaf element. Returns the empty string when value is None (EC2 omits absent optional members rather than emitting empty tags).
value
None