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

Class: Aws::Redshift::Types::DeferredMaintenanceWindow

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

Overview

Describes a deferred maintenance window

Instance Attribute Summary collapse

Instance Attribute Details

#defer_maintenance_end_timeTime

A timestamp for the end of the time period when we defer maintenance.

Returns:

  • (Time)

    A timestamp for the end of the time period when we defer maintenance.

#defer_maintenance_identifierString

A unique identifier for the maintenance window.

Returns:

  • (String)

    A unique identifier for the maintenance window.

#defer_maintenance_start_timeTime

A timestamp for the beginning of the time period when we defer maintenance.

Returns:

  • (Time)

    A timestamp for the beginning of the time period when we defer maintenance.