class Aws::SecurityHub::Types::AwsRedshiftClusterDeferredMaintenanceWindow

A time windows during which maintenance was deferred for an Amazon Redshift cluster.

@note When making an API call, you may pass AwsRedshiftClusterDeferredMaintenanceWindow

data as a hash:

    {
      defer_maintenance_end_time: "NonEmptyString",
      defer_maintenance_identifier: "NonEmptyString",
      defer_maintenance_start_time: "NonEmptyString",
    }

@!attribute [rw] defer_maintenance_end_time

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][1]. The value cannot contain spaces. For
example, `2020-03-22T13:22:13.933Z`.

[1]: https://tools.ietf.org/html/rfc3339#section-5.6
@return [String]

@!attribute [rw] defer_maintenance_identifier

The identifier of the maintenance window.
@return [String]

@!attribute [rw] defer_maintenance_start_time

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][1]. The value cannot contain spaces. For
example, `2020-03-22T13:22:13.933Z`.

[1]: https://tools.ietf.org/html/rfc3339#section-5.6
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsRedshiftClusterDeferredMaintenanceWindow AWS API Documentation

Constants

SENSITIVE