Class: Aws::Types::DescribeScheduleResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeScheduleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#create_date ⇒ ::Time
Returns the value of attribute create_date.
473 474 475 |
# File 'sig/types.rbs', line 473 def create_date @create_date end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
474 475 476 |
# File 'sig/types.rbs', line 474 def created_by @created_by end |
#cron_expression ⇒ ::String
Returns the value of attribute cron_expression.
479 480 481 |
# File 'sig/types.rbs', line 479 def cron_expression @cron_expression end |
#job_names ⇒ ::Array[::String]
Returns the value of attribute job_names.
475 476 477 |
# File 'sig/types.rbs', line 475 def job_names @job_names end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
476 477 478 |
# File 'sig/types.rbs', line 476 def last_modified_by @last_modified_by end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
477 478 479 |
# File 'sig/types.rbs', line 477 def last_modified_date @last_modified_date end |
#name ⇒ ::String
Returns the value of attribute name.
481 482 483 |
# File 'sig/types.rbs', line 481 def name @name end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
478 479 480 |
# File 'sig/types.rbs', line 478 def resource_arn @resource_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
480 481 482 |
# File 'sig/types.rbs', line 480 def end |