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