cumulus 0.0.6

AWS CloudFormation Template Generator
Documentation
1
2
3
4
5
6
7
8
use serde::Serialize;

#[derive(Clone, Debug, Serialize)]
pub struct Output {
    description: String,
    value: String,
    export: String,
}