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