#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for PutMaintenanceStartTimeInput
Implementations
The Amazon Resource Name (ARN) for the gateway, used to specify its maintenance start time.
The Amazon Resource Name (ARN) for the gateway, used to specify its maintenance start time.
The hour of the day to start maintenance on a gateway.
The hour of the day to start maintenance on a gateway.
The minute of the hour to start maintenance on a gateway.
The minute of the hour to start maintenance on a gateway.
The day of the week to start maintenance on a gateway.
The day of the week to start maintenance on a gateway.
The day of the month start maintenance on a gateway.
Valid values range from Sunday to Saturday.
The day of the month start maintenance on a gateway.
Valid values range from Sunday to Saturday.
Consumes the builder and constructs a PutMaintenanceStartTimeInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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