pub struct RenderingEngine {
pub name: Value<String>,
pub version: Value<String>,
}Expand description
The AWS::RoboMaker::SimulationApplication.RenderingEngine property type.
Fields§
§name: Value<String>Property Name.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
version: Value<String>Property Version.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for RenderingEngine
impl Debug for RenderingEngine
Source§impl Default for RenderingEngine
impl Default for RenderingEngine
Source§fn default() -> RenderingEngine
fn default() -> RenderingEngine
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RenderingEngine
impl RefUnwindSafe for RenderingEngine
impl Send for RenderingEngine
impl Sync for RenderingEngine
impl Unpin for RenderingEngine
impl UnwindSafe for RenderingEngine
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