A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/Redshift/Types/ModifyClusterMaintenanceMessage.html below:

ModifyClusterMaintenanceMessage — AWS SDK for Ruby V2

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

Class: Aws::Redshift::Types::ModifyClusterMaintenanceMessage
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

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

{
  cluster_identifier: "String",   defer_maintenance: false,
  defer_maintenance_identifier: "String",
  defer_maintenance_start_time: Time.now,
  defer_maintenance_end_time: Time.now,
  defer_maintenance_duration: 1,
}
Instance Attribute Summary collapse Instance Attribute Details #cluster_identifier ⇒ String

A unique identifier for the cluster.

#defer_maintenance ⇒ Boolean

A boolean indicating whether to enable the deferred maintenance window.

#defer_maintenance_duration ⇒ Integer

An integer indicating the duration of the maintenance window in days. If you specify a duration, you can\'t specify an end time. The duration must be 45 days or less.

#defer_maintenance_end_time ⇒ Time

A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can\'t specify a duration.

#defer_maintenance_identifier ⇒ String

A unique identifier for the deferred maintenance window.

#defer_maintenance_start_time ⇒ Time

A timestamp indicating the start time for the deferred maintenance window.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4