Class: Aws::GlueDataBrew::Types::DescribeScheduleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::DescribeScheduleRequest
- Includes:
- Structure
- Defined in:
- 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.
2405 2406 2407 2408 2409 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2405 class DescribeScheduleRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |