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.
      7850 7851 7852 7853 7854 7855 7856 7857 7858 7859  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 7850 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.
      7850 7851 7852 7853 7854 7855 7856 7857 7858 7859  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 7850 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.
      7850 7851 7852 7853 7854 7855 7856 7857 7858 7859  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 7850 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.
      7850 7851 7852 7853 7854 7855 7856 7857 7858 7859  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 7850 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.
      7850 7851 7852 7853 7854 7855 7856 7857 7858 7859  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 7850 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.
      7850 7851 7852 7853 7854 7855 7856 7857 7858 7859  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 7850 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  |