Class: Aws::Types::ListMonitoringExecutionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListMonitoringExecutionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time_after ⇒ ::Time
Returns the value of attribute creation_time_after.
-
#creation_time_before ⇒ ::Time
Returns the value of attribute creation_time_before.
-
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
-
#last_modified_time_after ⇒ ::Time
Returns the value of attribute last_modified_time_after.
-
#last_modified_time_before ⇒ ::Time
Returns the value of attribute last_modified_time_before.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#monitoring_job_definition_name ⇒ ::String
Returns the value of attribute monitoring_job_definition_name.
-
#monitoring_schedule_name ⇒ ::String
Returns the value of attribute monitoring_schedule_name.
-
#monitoring_type_equals ⇒ "DataQuality", ...
Returns the value of attribute monitoring_type_equals.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#scheduled_time_after ⇒ ::Time
Returns the value of attribute scheduled_time_after.
-
#scheduled_time_before ⇒ ::Time
Returns the value of attribute scheduled_time_before.
-
#sort_by ⇒ "CreationTime", ...
Returns the value of attribute sort_by.
-
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
-
#status_equals ⇒ "Pending", ...
Returns the value of attribute status_equals.
Instance Attribute Details
#creation_time_after ⇒ ::Time
Returns the value of attribute creation_time_after.
8229 8230 8231 |
# File 'sig/types.rbs', line 8229 def creation_time_after @creation_time_after end |
#creation_time_before ⇒ ::Time
Returns the value of attribute creation_time_before.
8228 8229 8230 |
# File 'sig/types.rbs', line 8228 def creation_time_before @creation_time_before end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
8221 8222 8223 |
# File 'sig/types.rbs', line 8221 def endpoint_name @endpoint_name end |
#last_modified_time_after ⇒ ::Time
Returns the value of attribute last_modified_time_after.
8231 8232 8233 |
# File 'sig/types.rbs', line 8231 def last_modified_time_after @last_modified_time_after end |
#last_modified_time_before ⇒ ::Time
Returns the value of attribute last_modified_time_before.
8230 8231 8232 |
# File 'sig/types.rbs', line 8230 def last_modified_time_before @last_modified_time_before end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
8225 8226 8227 |
# File 'sig/types.rbs', line 8225 def max_results @max_results end |
#monitoring_job_definition_name ⇒ ::String
Returns the value of attribute monitoring_job_definition_name.
8233 8234 8235 |
# File 'sig/types.rbs', line 8233 def monitoring_job_definition_name @monitoring_job_definition_name end |
#monitoring_schedule_name ⇒ ::String
Returns the value of attribute monitoring_schedule_name.
8220 8221 8222 |
# File 'sig/types.rbs', line 8220 def monitoring_schedule_name @monitoring_schedule_name end |
#monitoring_type_equals ⇒ "DataQuality", ...
Returns the value of attribute monitoring_type_equals.
8234 8235 8236 |
# File 'sig/types.rbs', line 8234 def monitoring_type_equals @monitoring_type_equals end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8224 8225 8226 |
# File 'sig/types.rbs', line 8224 def next_token @next_token end |
#scheduled_time_after ⇒ ::Time
Returns the value of attribute scheduled_time_after.
8227 8228 8229 |
# File 'sig/types.rbs', line 8227 def scheduled_time_after @scheduled_time_after end |
#scheduled_time_before ⇒ ::Time
Returns the value of attribute scheduled_time_before.
8226 8227 8228 |
# File 'sig/types.rbs', line 8226 def scheduled_time_before @scheduled_time_before end |
#sort_by ⇒ "CreationTime", ...
Returns the value of attribute sort_by.
8222 8223 8224 |
# File 'sig/types.rbs', line 8222 def sort_by @sort_by end |
#sort_order ⇒ "Ascending", "Descending"
Returns the value of attribute sort_order.
8223 8224 8225 |
# File 'sig/types.rbs', line 8223 def sort_order @sort_order end |
#status_equals ⇒ "Pending", ...
Returns the value of attribute status_equals.
8232 8233 8234 |
# File 'sig/types.rbs', line 8232 def status_equals @status_equals end |