Class: Aws::Types::UpdateScheduledQueryRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateScheduledQueryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#destination_configuration ⇒ Types::DestinationConfiguration
Returns the value of attribute destination_configuration.
-
#end_time_offset ⇒ ::Integer
Returns the value of attribute end_time_offset.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#log_group_identifiers ⇒ ::Array[::String]
Returns the value of attribute log_group_identifiers.
-
#query_language ⇒ "CWLI", ...
Returns the value of attribute query_language.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
-
#schedule_end_time ⇒ ::Integer
Returns the value of attribute schedule_end_time.
-
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
-
#schedule_start_time ⇒ ::Integer
Returns the value of attribute schedule_start_time.
-
#start_time_offset ⇒ ::Integer
Returns the value of attribute start_time_offset.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
-
#timezone ⇒ ::String
Returns the value of attribute timezone.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2374 2375 2376 |
# File 'sig/types.rbs', line 2374 def description @description end |
#destination_configuration ⇒ Types::DestinationConfiguration
Returns the value of attribute destination_configuration.
2382 2383 2384 |
# File 'sig/types.rbs', line 2382 def destination_configuration @destination_configuration end |
#end_time_offset ⇒ ::Integer
Returns the value of attribute end_time_offset.
2381 2382 2383 |
# File 'sig/types.rbs', line 2381 def end_time_offset @end_time_offset end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
2385 2386 2387 |
# File 'sig/types.rbs', line 2385 def execution_role_arn @execution_role_arn end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
2373 2374 2375 |
# File 'sig/types.rbs', line 2373 def identifier @identifier end |
#log_group_identifiers ⇒ ::Array[::String]
Returns the value of attribute log_group_identifiers.
2377 2378 2379 |
# File 'sig/types.rbs', line 2377 def log_group_identifiers @log_group_identifiers end |
#query_language ⇒ "CWLI", ...
Returns the value of attribute query_language.
2375 2376 2377 |
# File 'sig/types.rbs', line 2375 def query_language @query_language end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
2376 2377 2378 |
# File 'sig/types.rbs', line 2376 def query_string @query_string end |
#schedule_end_time ⇒ ::Integer
Returns the value of attribute schedule_end_time.
2384 2385 2386 |
# File 'sig/types.rbs', line 2384 def schedule_end_time @schedule_end_time end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
2378 2379 2380 |
# File 'sig/types.rbs', line 2378 def schedule_expression @schedule_expression end |
#schedule_start_time ⇒ ::Integer
Returns the value of attribute schedule_start_time.
2383 2384 2385 |
# File 'sig/types.rbs', line 2383 def schedule_start_time @schedule_start_time end |
#start_time_offset ⇒ ::Integer
Returns the value of attribute start_time_offset.
2380 2381 2382 |
# File 'sig/types.rbs', line 2380 def start_time_offset @start_time_offset end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
2386 2387 2388 |
# File 'sig/types.rbs', line 2386 def state @state end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
2379 2380 2381 |
# File 'sig/types.rbs', line 2379 def timezone @timezone end |