Class: Aws::GlueDataBrew::Types::DeleteScheduleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::DeleteScheduleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the schedule to be deleted.
Instance Attribute Details
#name ⇒ String
The name of the schedule to be deleted.
1129 1130 1131 1132 1133 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 1129 class DeleteScheduleRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |