Class: Aws::GlueDataBrew::Types::DescribeScheduleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::DescribeScheduleResponse
- Defined in:
- gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#create_date ⇒ Time
The date and time that the schedule was created.
-
#created_by ⇒ String
The identifier (user name) of the user who created the schedule.
-
#cron_expression ⇒ String
The date or dates and time or times when the jobs are to be run for the schedule.
-
#job_names ⇒ Array<String>
The name or names of one or more jobs to be run by using the schedule.
-
#last_modified_by ⇒ String
The identifier (user name) of the user who last modified the schedule.
-
#last_modified_date ⇒ Time
The date and time that the schedule was last modified.
-
#name ⇒ String
The name of the schedule.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the schedule.
-
#tags ⇒ Hash<String,String>
Metadata tags associated with this schedule.
Instance Attribute Details
#create_date ⇒ Time
The date and time that the schedule was created.
1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1630 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_by ⇒ String
The identifier (user name) of the user who created the schedule.
1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1630 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_expression ⇒ String
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 AWS Glue DataBrew Developer Guide.
1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1630 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_names ⇒ Array<String>
The name or names of one or more jobs to be run by using the schedule.
1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1630 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_by ⇒ String
The identifier (user name) of the user who last modified the schedule.
1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1630 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_date ⇒ Time
The date and time that the schedule was last modified.
1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1630 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 |
#name ⇒ String
The name of the schedule.
1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1630 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_arn ⇒ String
The Amazon Resource Name (ARN) of the schedule.
1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1630 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 |
#tags ⇒ Hash<String,String>
Metadata tags associated with this schedule.
1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 1630 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 |