Class: Aws::GlueDataBrew::Types::DeleteScheduleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::DeleteScheduleResponse
- Defined in:
- gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the schedule that was deleted.
Instance Attribute Details
#name ⇒ String
The name of the schedule that was deleted.
1009 1010 1011 1012 1013 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1009 class DeleteScheduleResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |