You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Redshift::Types::ModifySnapshotScheduleMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Redshift::Types::ModifySnapshotScheduleMessage
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing ModifySnapshotScheduleMessage as input to an Aws::Client method, you can use a vanilla Hash:
{
  schedule_identifier: "String", # required
  schedule_definitions: ["String"], # required
}
Instance Attribute Summary collapse
- 
  
    
      #schedule_definitions  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An updated list of schedule definitions. 
- 
  
    
      #schedule_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A unique alphanumeric identifier of the schedule to modify. 
Instance Attribute Details
#schedule_definitions ⇒ Array<String>
An updated list of schedule definitions. A schedule definition is made up of schedule expressions, for example, \"cron(30 12 *)\" or \"rate(12 hours)\".
#schedule_identifier ⇒ String
A unique alphanumeric identifier of the schedule to modify.