You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsRedshiftClusterDeferredMaintenanceWindow

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsRedshiftClusterDeferredMaintenanceWindow as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#defer_maintenance_end_timeString

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.

Returns:

  • (String)

    The end of the time window for which maintenance was deferred.

#defer_maintenance_identifierString

The identifier of the maintenance window.

Returns:

  • (String)

    The identifier of the maintenance window.

#defer_maintenance_start_timeString

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.

Returns:

  • (String)

    The start of the time window for which maintenance was deferred.