Class: Aws::Redshift::Types::DeleteScheduledActionMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::DeleteScheduledActionMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #scheduled_action_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the scheduled action to delete.
 
Instance Attribute Details
#scheduled_action_name ⇒ String
The name of the scheduled action to delete.
      3725 3726 3727 3728 3729  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 3725 class DeleteScheduledActionMessage < Struct.new( :scheduled_action_name) SENSITIVE = [] include Aws::Structure end  |