Class: Aws::Redshift::Types::ModifyClusterMaintenanceMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ModifyClusterMaintenanceMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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.
-
#defer_maintenance_end_time ⇒ Time
A timestamp indicating end time for the deferred maintenance window.
-
#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.
Instance Attribute Details
#cluster_identifier ⇒ String
A unique identifier for the cluster.
8104 8105 8106 8107 8108 8109 8110 8111 8112 8113 |
# File 'lib/aws-sdk-redshift/types.rb', line 8104 class ModifyClusterMaintenanceMessage < Struct.new( :cluster_identifier, :defer_maintenance, :defer_maintenance_identifier, :defer_maintenance_start_time, :defer_maintenance_end_time, :defer_maintenance_duration) SENSITIVE = [] include Aws::Structure end |
#defer_maintenance ⇒ Boolean
A boolean indicating whether to enable the deferred maintenance window.
8104 8105 8106 8107 8108 8109 8110 8111 8112 8113 |
# File 'lib/aws-sdk-redshift/types.rb', line 8104 class ModifyClusterMaintenanceMessage < Struct.new( :cluster_identifier, :defer_maintenance, :defer_maintenance_identifier, :defer_maintenance_start_time, :defer_maintenance_end_time, :defer_maintenance_duration) SENSITIVE = [] include Aws::Structure end |
#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.
8104 8105 8106 8107 8108 8109 8110 8111 8112 8113 |
# File 'lib/aws-sdk-redshift/types.rb', line 8104 class ModifyClusterMaintenanceMessage < Struct.new( :cluster_identifier, :defer_maintenance, :defer_maintenance_identifier, :defer_maintenance_start_time, :defer_maintenance_end_time, :defer_maintenance_duration) SENSITIVE = [] include Aws::Structure end |
#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.
8104 8105 8106 8107 8108 8109 8110 8111 8112 8113 |
# File 'lib/aws-sdk-redshift/types.rb', line 8104 class ModifyClusterMaintenanceMessage < Struct.new( :cluster_identifier, :defer_maintenance, :defer_maintenance_identifier, :defer_maintenance_start_time, :defer_maintenance_end_time, :defer_maintenance_duration) SENSITIVE = [] include Aws::Structure end |
#defer_maintenance_identifier ⇒ String
A unique identifier for the deferred maintenance window.
8104 8105 8106 8107 8108 8109 8110 8111 8112 8113 |
# File 'lib/aws-sdk-redshift/types.rb', line 8104 class ModifyClusterMaintenanceMessage < Struct.new( :cluster_identifier, :defer_maintenance, :defer_maintenance_identifier, :defer_maintenance_start_time, :defer_maintenance_end_time, :defer_maintenance_duration) SENSITIVE = [] include Aws::Structure end |
#defer_maintenance_start_time ⇒ Time
A timestamp indicating the start time for the deferred maintenance window.
8104 8105 8106 8107 8108 8109 8110 8111 8112 8113 |
# File 'lib/aws-sdk-redshift/types.rb', line 8104 class ModifyClusterMaintenanceMessage < Struct.new( :cluster_identifier, :defer_maintenance, :defer_maintenance_identifier, :defer_maintenance_start_time, :defer_maintenance_end_time, :defer_maintenance_duration) SENSITIVE = [] include Aws::Structure end |