Class: Aws::RedshiftServerless::Types::DeleteScheduledActionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshiftserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scheduled_action_nameString

The name of the scheduled action to delete.

Returns:

  • (String)


813
814
815
816
817
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 813

class DeleteScheduledActionRequest < Struct.new(
  :scheduled_action_name)
  SENSITIVE = []
  include Aws::Structure
end