Class: Aws::Types::GetScheduledQueryHistoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetScheduledQueryHistoryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Integer
Returns the value of attribute end_time.
-
#execution_statuses ⇒ ::Array[("Running" | "InvalidQuery" | "Complete" | "Failed" | "Timeout")]
Returns the value of attribute execution_statuses.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_time ⇒ ::Integer
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Integer
Returns the value of attribute end_time.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def end_time @end_time end |
#execution_statuses ⇒ ::Array[("Running" | "InvalidQuery" | "Complete" | "Failed" | "Timeout")]
Returns the value of attribute execution_statuses.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def execution_statuses @execution_statuses end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def identifier @identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def next_token @next_token end |
#start_time ⇒ ::Integer
Returns the value of attribute start_time.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def start_time @start_time end |