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