Class: Aws::GlueDataBrew::Types::DescribeScheduleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::DescribeScheduleRequest
- Defined in:
- gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb
Overview
Note:
When making an API call, you may pass DescribeScheduleRequest data as a hash:
{
name: "ScheduleName", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the schedule to be described.
Instance Attribute Details
#name ⇒ String
The name of the schedule to be described.
2406 2407 2408 2409 2410 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2406 class DescribeScheduleRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |