Class: Aws::GlueDataBrew::Types::CreateScheduleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::CreateScheduleResponse
- 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 that was created.
Instance Attribute Details
#name ⇒ String
The name of the schedule that was created.
631 632 633 634 635 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 631 class CreateScheduleResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |