Class: Aws::Redshift::Types::DeleteSnapshotScheduleMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::DeleteSnapshotScheduleMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #schedule_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier of the snapshot schedule to delete.
 
Instance Attribute Details
#schedule_identifier ⇒ String
A unique identifier of the snapshot schedule to delete.
      3751 3752 3753 3754 3755  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 3751 class DeleteSnapshotScheduleMessage < Struct.new( :schedule_identifier) SENSITIVE = [] include Aws::Structure end  |