pub struct AssetHierarchy {
pub child_asset_id: Value<String>,
pub logical_id: Value<String>,
}Expand description
The AWS::IoTSiteWise::Asset.AssetHierarchy property type.
Fields§
§child_asset_id: Value<String>Property ChildAssetId.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
logical_id: Value<String>Property LogicalId.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for AssetHierarchy
impl Debug for AssetHierarchy
Source§impl Default for AssetHierarchy
impl Default for AssetHierarchy
Source§fn default() -> AssetHierarchy
fn default() -> AssetHierarchy
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AssetHierarchy
impl RefUnwindSafe for AssetHierarchy
impl Send for AssetHierarchy
impl Sync for AssetHierarchy
impl Unpin for AssetHierarchy
impl UnwindSafe for AssetHierarchy
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more