Struct aws_iot_device_sdk::shadow::ThingShadow [−][src]
pub struct ThingShadow<'a> {
pub thing_name: &'a str,
pub shadow_name: Option<&'a str>,
pub shadow_op: Topic,
}
Expand description
A shadow topic string takes one of the two forms, in the case of an unnamed (“Classic”) shadow. Or, in the case of a named shadow The shadow_name part is None when unnamed shadow.
Fields
thing_name: &'a str
shadow_name: Option<&'a str>
shadow_op: Topic