Struct aws_sdk_iot::model::AssetPropertyTimestamp  
        source ·
        [−]#[non_exhaustive]pub struct AssetPropertyTimestamp {
    pub time_in_seconds: Option<String>,
    pub offset_in_nanos: Option<String>,
}Expand description
An asset property timestamp entry containing the following information.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.time_in_seconds: Option<String>A string that contains the time in seconds since epoch. Accepts substitution templates.
offset_in_nanos: Option<String>Optional. A string that contains the nanosecond time offset. Accepts substitution templates.
Implementations
A string that contains the time in seconds since epoch. Accepts substitution templates.
Optional. A string that contains the nanosecond time offset. Accepts substitution templates.
Creates a new builder-style object to manufacture AssetPropertyTimestamp
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for AssetPropertyTimestamp
impl Send for AssetPropertyTimestamp
impl Sync for AssetPropertyTimestamp
impl Unpin for AssetPropertyTimestamp
impl UnwindSafe for AssetPropertyTimestamp
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
