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