Class: Aws::Redshift::Types::DeleteScheduledActionMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/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)


3726
3727
3728
3729
3730
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3726

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