Class: Aws::Redshift::Types::ModifyClusterSnapshotScheduleMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::ModifyClusterSnapshotScheduleMessage
 
 
- 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 whose snapshot schedule you want to modify.
 - 
  
    
      #disassociate_schedule  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.
 - 
  
    
      #schedule_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique alphanumeric identifier for the schedule that you want to associate with the cluster.
 
Instance Attribute Details
#cluster_identifier ⇒ String
A unique identifier for the cluster whose snapshot schedule you want to modify.
      8334 8335 8336 8337 8338 8339 8340  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 8334 class ModifyClusterSnapshotScheduleMessage < Struct.new( :cluster_identifier, :schedule_identifier, :disassociate_schedule) SENSITIVE = [] include Aws::Structure end  | 
  
#disassociate_schedule ⇒ Boolean
A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.
      8334 8335 8336 8337 8338 8339 8340  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 8334 class ModifyClusterSnapshotScheduleMessage < Struct.new( :cluster_identifier, :schedule_identifier, :disassociate_schedule) SENSITIVE = [] include Aws::Structure end  | 
  
#schedule_identifier ⇒ String
A unique alphanumeric identifier for the schedule that you want to associate with the cluster.
      8334 8335 8336 8337 8338 8339 8340  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 8334 class ModifyClusterSnapshotScheduleMessage < Struct.new( :cluster_identifier, :schedule_identifier, :disassociate_schedule) SENSITIVE = [] include Aws::Structure end  |