pub struct ExportLabelsTaskRunProperties {
pub output_s3_path: Option<String>,
}Expand description
Specifies configuration properties for an exporting labels task run.
Fields§
§output_s3_path: Option<String>The Amazon Simple Storage Service (Amazon S3) path where you will export the labels.
Trait Implementations§
Source§impl Clone for ExportLabelsTaskRunProperties
impl Clone for ExportLabelsTaskRunProperties
Source§fn clone(&self) -> ExportLabelsTaskRunProperties
fn clone(&self) -> ExportLabelsTaskRunProperties
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ExportLabelsTaskRunProperties
impl Default for ExportLabelsTaskRunProperties
Source§fn default() -> ExportLabelsTaskRunProperties
fn default() -> ExportLabelsTaskRunProperties
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExportLabelsTaskRunProperties
impl<'de> Deserialize<'de> for ExportLabelsTaskRunProperties
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ExportLabelsTaskRunProperties
impl PartialEq for ExportLabelsTaskRunProperties
Source§fn eq(&self, other: &ExportLabelsTaskRunProperties) -> bool
fn eq(&self, other: &ExportLabelsTaskRunProperties) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExportLabelsTaskRunProperties
Auto Trait Implementations§
impl Freeze for ExportLabelsTaskRunProperties
impl RefUnwindSafe for ExportLabelsTaskRunProperties
impl Send for ExportLabelsTaskRunProperties
impl Sync for ExportLabelsTaskRunProperties
impl Unpin for ExportLabelsTaskRunProperties
impl UnwindSafe for ExportLabelsTaskRunProperties
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