Class: Aws::Redshift::Types::DeleteScheduledActionMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DeleteScheduledActionMessage
- Defined in:
- gems/aws-sdk-redshift/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.
3798 3799 3800 3801 3802 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3798 class DeleteScheduledActionMessage < Struct.new( :scheduled_action_name) SENSITIVE = [] include Aws::Structure end |