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