Class: Aws::Types::UpdateScheduledQueryResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateScheduledQueryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Integer
Returns the value of attribute creation_time.
-
#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.
-
#last_execution_status ⇒ "Running", ...
Returns the value of attribute last_execution_status.
-
#last_triggered_time ⇒ ::Integer
Returns the value of attribute last_triggered_time.
-
#last_updated_time ⇒ ::Integer
Returns the value of attribute last_updated_time.
-
#log_group_identifiers ⇒ ::Array[::String]
Returns the value of attribute log_group_identifiers.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
-
#schedule_type ⇒ "CUSTOMER_MANAGED", "AWS_MANAGED"
Returns the value of attribute schedule_type.
-
#scheduled_query_arn ⇒ ::String
Returns the value of attribute scheduled_query_arn.
-
#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
#creation_time ⇒ ::Integer
Returns the value of attribute creation_time.
2409 2410 2411 |
# File 'sig/types.rbs', line 2409 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
2393 2394 2395 |
# File 'sig/types.rbs', line 2393 def description @description end |
#destination_configuration ⇒ Types::DestinationConfiguration
Returns the value of attribute destination_configuration.
2401 2402 2403 |
# File 'sig/types.rbs', line 2401 def destination_configuration @destination_configuration end |
#end_time_offset ⇒ ::Integer
Returns the value of attribute end_time_offset.
2400 2401 2402 |
# File 'sig/types.rbs', line 2400 def end_time_offset @end_time_offset end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
2408 2409 2410 |
# File 'sig/types.rbs', line 2408 def execution_role_arn @execution_role_arn end |
#last_execution_status ⇒ "Running", ...
Returns the value of attribute last_execution_status.
2405 2406 2407 |
# File 'sig/types.rbs', line 2405 def last_execution_status @last_execution_status end |
#last_triggered_time ⇒ ::Integer
Returns the value of attribute last_triggered_time.
2404 2405 2406 |
# File 'sig/types.rbs', line 2404 def last_triggered_time @last_triggered_time end |
#last_updated_time ⇒ ::Integer
Returns the value of attribute last_updated_time.
2410 2411 2412 |
# File 'sig/types.rbs', line 2410 def last_updated_time @last_updated_time end |
#log_group_identifiers ⇒ ::Array[::String]
Returns the value of attribute log_group_identifiers.
2396 2397 2398 |
# File 'sig/types.rbs', line 2396 def log_group_identifiers @log_group_identifiers end |
#name ⇒ ::String
Returns the value of attribute name.
2392 2393 2394 |
# File 'sig/types.rbs', line 2392 def name @name end |
#query_language ⇒ "CWLI", ...
Returns the value of attribute query_language.
2394 2395 2396 |
# File 'sig/types.rbs', line 2394 def query_language @query_language end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
2395 2396 2397 |
# File 'sig/types.rbs', line 2395 def query_string @query_string end |
#schedule_end_time ⇒ ::Integer
Returns the value of attribute schedule_end_time.
2407 2408 2409 |
# File 'sig/types.rbs', line 2407 def schedule_end_time @schedule_end_time end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
2397 2398 2399 |
# File 'sig/types.rbs', line 2397 def schedule_expression @schedule_expression end |
#schedule_start_time ⇒ ::Integer
Returns the value of attribute schedule_start_time.
2406 2407 2408 |
# File 'sig/types.rbs', line 2406 def schedule_start_time @schedule_start_time end |
#schedule_type ⇒ "CUSTOMER_MANAGED", "AWS_MANAGED"
Returns the value of attribute schedule_type.
2403 2404 2405 |
# File 'sig/types.rbs', line 2403 def schedule_type @schedule_type end |
#scheduled_query_arn ⇒ ::String
Returns the value of attribute scheduled_query_arn.
2391 2392 2393 |
# File 'sig/types.rbs', line 2391 def scheduled_query_arn @scheduled_query_arn end |
#start_time_offset ⇒ ::Integer
Returns the value of attribute start_time_offset.
2399 2400 2401 |
# File 'sig/types.rbs', line 2399 def start_time_offset @start_time_offset end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
2402 2403 2404 |
# File 'sig/types.rbs', line 2402 def state @state end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
2398 2399 2400 |
# File 'sig/types.rbs', line 2398 def timezone @timezone end |