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.
3793 3794 3795 3796 3797 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3793 class DeleteScheduledActionMessage < Struct.new( :scheduled_action_name) SENSITIVE = [] include Aws::Structure end |