Trait rusoto_core::param::ServiceParams [−][src]
Key:value pair for an service parameter.
Required methods
fn put<T: ToParam>(&mut self, key: &str, val: T)
[src]
Add a new paramater with a key and val
key
- The key of the parameter to add.val
- The value of the paramater to add.
fn put_key(&mut self, key: &str)
[src]
Add a new paramater with a key