pub struct AddAttributes {
pub attributes: Option<Value<Value>>,
pub name: Option<Value<String>>,
pub next: Option<Value<String>>,
}
Expand description
The AWS::IoTAnalytics::Pipeline.AddAttributes
property type.
Fields§
§attributes: Option<Value<Value>>
Property Attributes
.
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.
Trait Implementations§
Source§impl Debug for AddAttributes
impl Debug for AddAttributes
Source§impl Default for AddAttributes
impl Default for AddAttributes
Source§fn default() -> AddAttributes
fn default() -> AddAttributes
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AddAttributes
impl RefUnwindSafe for AddAttributes
impl Send for AddAttributes
impl Sync for AddAttributes
impl Unpin for AddAttributes
impl UnwindSafe for AddAttributes
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