Module: Aws::GlueDataBrew::Client::_DescribeScheduleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeScheduleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #create_date ⇒ ::Time
- #created_by ⇒ ::String
- #cron_expression ⇒ ::String
- #job_names ⇒ ::Array[::String]
- #last_modified_by ⇒ ::String
- #last_modified_date ⇒ ::Time
- #name ⇒ ::String
- #resource_arn ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#create_date ⇒ ::Time
450 |
# File 'sig/client.rbs', line 450
def create_date: () -> ::Time
|
#created_by ⇒ ::String
451 |
# File 'sig/client.rbs', line 451
def created_by: () -> ::String
|
#cron_expression ⇒ ::String
456 |
# File 'sig/client.rbs', line 456
def cron_expression: () -> ::String
|
#job_names ⇒ ::Array[::String]
452 |
# File 'sig/client.rbs', line 452
def job_names: () -> ::Array[::String]
|
#last_modified_by ⇒ ::String
453 |
# File 'sig/client.rbs', line 453
def last_modified_by: () -> ::String
|
#last_modified_date ⇒ ::Time
454 |
# File 'sig/client.rbs', line 454
def last_modified_date: () -> ::Time
|
#name ⇒ ::String
458 |
# File 'sig/client.rbs', line 458
def name: () -> ::String
|
#resource_arn ⇒ ::String
455 |
# File 'sig/client.rbs', line 455
def resource_arn: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
457 |
# File 'sig/client.rbs', line 457
def tags: () -> ::Hash[::String, ::String]
|