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