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.
3803 3804 3805 3806 3807 |
# File 'lib/aws-sdk-redshift/types.rb', line 3803 class DeleteScheduledActionMessage < Struct.new( :scheduled_action_name) SENSITIVE = [] include Aws::Structure end |