Class: Aws::GlueDataBrew::Types::DeleteScheduleRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the schedule to be deleted.

Returns:

  • (String)


1129
1130
1131
1132
1133
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1129

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