Struct aws_sdk_elasticsearch::model::Duration [−][src]
Expand description
Specifies maintenance schedule duration: duration value and duration unit. See the Developer Guide for more information.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.value: i64
Integer to specify the value of a maintenance schedule duration. See the Developer Guide for more information.
unit: Option<TimeUnit>
Specifies the unit of a maintenance schedule duration. Valid value is HOURS. See the Developer Guide for more information.
Implementations
Integer to specify the value of a maintenance schedule duration. See the Developer Guide for more information.
Specifies the unit of a maintenance schedule duration. Valid value is HOURS. See the Developer Guide for more information.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Duration
impl UnwindSafe for Duration
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more