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.
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 |