Class: Aws::Types::Schedule
- Inherits:
-
Object
- Object
- Aws::Types::Schedule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#create_date ⇒ ::Time
Returns the value of attribute create_date.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#cron_expression ⇒ ::String
Returns the value of attribute cron_expression.
-
#job_names ⇒ ::Array[::String]
Returns the value of attribute job_names.
-
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
861 862 863 |
# File 'sig/types.rbs', line 861 def account_id @account_id end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
863 864 865 |
# File 'sig/types.rbs', line 863 def create_date @create_date end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
862 863 864 |
# File 'sig/types.rbs', line 862 def created_by @created_by end |
#cron_expression ⇒ ::String
Returns the value of attribute cron_expression.
868 869 870 |
# File 'sig/types.rbs', line 868 def cron_expression @cron_expression end |
#job_names ⇒ ::Array[::String]
Returns the value of attribute job_names.
864 865 866 |
# File 'sig/types.rbs', line 864 def job_names @job_names end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
865 866 867 |
# File 'sig/types.rbs', line 865 def last_modified_by @last_modified_by end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
866 867 868 |
# File 'sig/types.rbs', line 866 def last_modified_date @last_modified_date end |
#name ⇒ ::String
Returns the value of attribute name.
870 871 872 |
# File 'sig/types.rbs', line 870 def name @name end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
867 868 869 |
# File 'sig/types.rbs', line 867 def resource_arn @resource_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
869 870 871 |
# File 'sig/types.rbs', line 869 def end |