Class: Aws::RedshiftServerless::Types::DeleteScheduledActionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::DeleteScheduledActionRequest
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/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.
827 828 829 830 831 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 827 class DeleteScheduledActionRequest < Struct.new( :scheduled_action_name) SENSITIVE = [] include Aws::Structure end |