Class: Aws::GlueDataBrew::Types::DescribeScheduleRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the schedule to be described.

Returns:

  • (String)


1796
1797
1798
1799
1800
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1796

class DescribeScheduleRequest < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end