pub struct LambdaDeviceMount {
pub add_group_owner: Option<Value<bool>>,
pub path: Option<Value<String>>,
pub permission: Option<Value<String>>,
}Expand description
The AWS::GreengrassV2::ComponentVersion.LambdaDeviceMount property type.
Fields§
§add_group_owner: Option<Value<bool>>Property AddGroupOwner.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
path: Option<Value<String>>Property Path.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
permission: Option<Value<String>>Property Permission.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
Trait Implementations§
Source§impl Debug for LambdaDeviceMount
impl Debug for LambdaDeviceMount
Source§impl Default for LambdaDeviceMount
impl Default for LambdaDeviceMount
Source§fn default() -> LambdaDeviceMount
fn default() -> LambdaDeviceMount
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LambdaDeviceMount
impl RefUnwindSafe for LambdaDeviceMount
impl Send for LambdaDeviceMount
impl Sync for LambdaDeviceMount
impl Unpin for LambdaDeviceMount
impl UnwindSafe for LambdaDeviceMount
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