pub struct SimulationSoftwareSuite {
pub name: Value<String>,
pub version: Value<String>,
}Expand description
The AWS::RoboMaker::SimulationApplication.SimulationSoftwareSuite 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 SimulationSoftwareSuite
impl Debug for SimulationSoftwareSuite
Source§impl Default for SimulationSoftwareSuite
impl Default for SimulationSoftwareSuite
Source§fn default() -> SimulationSoftwareSuite
fn default() -> SimulationSoftwareSuite
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SimulationSoftwareSuite
impl RefUnwindSafe for SimulationSoftwareSuite
impl Send for SimulationSoftwareSuite
impl Sync for SimulationSoftwareSuite
impl Unpin for SimulationSoftwareSuite
impl UnwindSafe for SimulationSoftwareSuite
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