pub struct S3Output {
pub local_path: Value<String>,
pub s3_upload_mode: Option<Value<String>>,
pub s3_uri: Value<String>,
}Expand description
The AWS::SageMaker::MonitoringSchedule.S3Output property type.
Fields§
§local_path: Value<String>Property LocalPath.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
s3_upload_mode: Option<Value<String>>Property S3UploadMode.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
s3_uri: Value<String>Property S3Uri.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for S3Output
impl RefUnwindSafe for S3Output
impl Send for S3Output
impl Sync for S3Output
impl Unpin for S3Output
impl UnwindSafe for S3Output
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