Class: Aws::GlueDataBrew::Types::DescribeScheduleResponse

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

#create_dateTime

The date and time that the schedule was created.

Returns:

  • (Time)


1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1848

class DescribeScheduleResponse < Struct.new(
  :create_date,
  :created_by,
  :job_names,
  :last_modified_by,
  :last_modified_date,
  :resource_arn,
  :cron_expression,
  :tags,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The identifier (user name) of the user who created the schedule.

Returns:

  • (String)


1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1848

class DescribeScheduleResponse < Struct.new(
  :create_date,
  :created_by,
  :job_names,
  :last_modified_by,
  :last_modified_date,
  :resource_arn,
  :cron_expression,
  :tags,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#cron_expressionString

The date or dates and time or times when the jobs are to be run for the schedule. For more information, see Cron expressions in the Glue DataBrew Developer Guide.

Returns:

  • (String)


1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1848

class DescribeScheduleResponse < Struct.new(
  :create_date,
  :created_by,
  :job_names,
  :last_modified_by,
  :last_modified_date,
  :resource_arn,
  :cron_expression,
  :tags,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#job_namesArray<String>

The name or names of one or more jobs to be run by using the schedule.

Returns:

  • (Array<String>)


1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1848

class DescribeScheduleResponse < Struct.new(
  :create_date,
  :created_by,
  :job_names,
  :last_modified_by,
  :last_modified_date,
  :resource_arn,
  :cron_expression,
  :tags,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_byString

The identifier (user name) of the user who last modified the schedule.

Returns:

  • (String)


1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1848

class DescribeScheduleResponse < Struct.new(
  :create_date,
  :created_by,
  :job_names,
  :last_modified_by,
  :last_modified_date,
  :resource_arn,
  :cron_expression,
  :tags,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_dateTime

The date and time that the schedule was last modified.

Returns:

  • (Time)


1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1848

class DescribeScheduleResponse < Struct.new(
  :create_date,
  :created_by,
  :job_names,
  :last_modified_by,
  :last_modified_date,
  :resource_arn,
  :cron_expression,
  :tags,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the schedule.

Returns:

  • (String)


1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1848

class DescribeScheduleResponse < Struct.new(
  :create_date,
  :created_by,
  :job_names,
  :last_modified_by,
  :last_modified_date,
  :resource_arn,
  :cron_expression,
  :tags,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) of the schedule.

Returns:

  • (String)


1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1848

class DescribeScheduleResponse < Struct.new(
  :create_date,
  :created_by,
  :job_names,
  :last_modified_by,
  :last_modified_date,
  :resource_arn,
  :cron_expression,
  :tags,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Metadata tags associated with this schedule.

Returns:

  • (Hash<String,String>)


1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1848

class DescribeScheduleResponse < Struct.new(
  :create_date,
  :created_by,
  :job_names,
  :last_modified_by,
  :last_modified_date,
  :resource_arn,
  :cron_expression,
  :tags,
  :name)
  SENSITIVE = []
  include Aws::Structure
end