Skip to main content

ec2_elem_opt

Function ec2_elem_opt 

Source
pub fn ec2_elem_opt(name: &str, value: Option<&str>) -> String
Expand description

Render an optional leaf element. Returns the empty string when value is None (EC2 omits absent optional members rather than emitting empty tags).