pub struct DeviceProfileProperties {
pub lo_ra_wan: Option<Value<LoRaWANDeviceProfile>>,
pub name: Option<Value<String>>,
pub tags: Option<ValueList<Tag>>,
}Expand description
Properties for the DeviceProfile resource.
Fields§
§lo_ra_wan: Option<Value<LoRaWANDeviceProfile>>Property LoRaWAN.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
name: Option<Value<String>>Property Name.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Property Tags.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for DeviceProfileProperties
impl Debug for DeviceProfileProperties
Source§impl Default for DeviceProfileProperties
impl Default for DeviceProfileProperties
Source§fn default() -> DeviceProfileProperties
fn default() -> DeviceProfileProperties
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeviceProfileProperties
impl<'de> Deserialize<'de> for DeviceProfileProperties
Source§fn deserialize<D: Deserializer<'de>>(
d: D,
) -> Result<DeviceProfileProperties, D::Error>
fn deserialize<D: Deserializer<'de>>( d: D, ) -> Result<DeviceProfileProperties, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<DeviceProfileProperties> for DeviceProfile
impl From<DeviceProfileProperties> for DeviceProfile
Source§fn from(properties: DeviceProfileProperties) -> DeviceProfile
fn from(properties: DeviceProfileProperties) -> DeviceProfile
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DeviceProfileProperties
impl RefUnwindSafe for DeviceProfileProperties
impl Send for DeviceProfileProperties
impl Sync for DeviceProfileProperties
impl Unpin for DeviceProfileProperties
impl UnwindSafe for DeviceProfileProperties
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