Struct aws_sdk_securityhub::model::AwsRedshiftClusterDeferredMaintenanceWindow [−][src]
#[non_exhaustive]pub struct AwsRedshiftClusterDeferredMaintenanceWindow {
pub defer_maintenance_end_time: Option<String>,
pub defer_maintenance_identifier: Option<String>,
pub defer_maintenance_start_time: Option<String>,
}
Expand description
A time windows during which maintenance was deferred for an Amazon Redshift cluster.
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.defer_maintenance_end_time: Option<String>
The end of the time window for which maintenance was deferred.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
defer_maintenance_identifier: Option<String>
The identifier of the maintenance window.
defer_maintenance_start_time: Option<String>
The start of the time window for which maintenance was deferred.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
Implementations
The end of the time window for which maintenance was deferred.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
The identifier of the maintenance window.
The start of the time window for which maintenance was deferred.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
Creates a new builder-style object to manufacture AwsRedshiftClusterDeferredMaintenanceWindow
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
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