pub type Attributes = Option<HashMap<String, AttributeValue>>;Expand description
Attributes mapping for tracing.
Aliased Type§
pub enum Attributes {
None,
Some(HashMap<String, AttributeValue>),
}pub type Attributes = Option<HashMap<String, AttributeValue>>;Attributes mapping for tracing.
pub enum Attributes {
None,
Some(HashMap<String, AttributeValue>),
}