Class: Aws::GlueDataBrew::Types::DeleteScheduleResponse

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 that was deleted.

Returns:

  • (String)


1141
1142
1143
1144
1145
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1141

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