You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Redshift::Types::ModifyClusterMaintenanceMessageWhen 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
A unique identifier for the cluster.
A boolean indicating whether to enable the deferred maintenance window.
An integer indicating the duration of the maintenance window in days.
A timestamp indicating end time for the deferred maintenance window.
A unique identifier for the deferred maintenance window.
A timestamp indicating the start time for the deferred maintenance window.
A unique identifier for the cluster.
#defer_maintenance ⇒ BooleanA boolean indicating whether to enable the deferred maintenance window.
#defer_maintenance_duration ⇒ IntegerAn 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 ⇒ TimeA timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can\'t specify a duration.
#defer_maintenance_identifier ⇒ StringA unique identifier for the deferred maintenance window.
#defer_maintenance_start_time ⇒ TimeA 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