Module: Aws::CloudWatchLogs::Client::_GetScheduledQueryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetScheduledQueryResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Integer
- #description ⇒ ::String
- #destination_configuration ⇒ Types::DestinationConfiguration
- #end_time_offset ⇒ ::Integer
- #execution_role_arn ⇒ ::String
- #last_execution_status ⇒ "Running", ...
- #last_triggered_time ⇒ ::Integer
- #last_updated_time ⇒ ::Integer
- #log_group_identifiers ⇒ ::Array[::String]
- #name ⇒ ::String
- #query_language ⇒ "CWLI", ...
- #query_string ⇒ ::String
- #schedule_end_time ⇒ ::Integer
- #schedule_expression ⇒ ::String
- #schedule_start_time ⇒ ::Integer
- #schedule_type ⇒ "CUSTOMER_MANAGED", "AWS_MANAGED"
- #scheduled_query_arn ⇒ ::String
- #start_time_offset ⇒ ::Integer
- #state ⇒ "ENABLED", "DISABLED"
- #timezone ⇒ ::String
Instance Method Details
#creation_time ⇒ ::Integer
908 |
# File 'sig/client.rbs', line 908
def creation_time: () -> ::Integer
|
#description ⇒ ::String
892 |
# File 'sig/client.rbs', line 892
def description: () -> ::String
|
#destination_configuration ⇒ Types::DestinationConfiguration
900 |
# File 'sig/client.rbs', line 900
def destination_configuration: () -> Types::DestinationConfiguration
|
#end_time_offset ⇒ ::Integer
899 |
# File 'sig/client.rbs', line 899
def end_time_offset: () -> ::Integer
|
#execution_role_arn ⇒ ::String
907 |
# File 'sig/client.rbs', line 907
def execution_role_arn: () -> ::String
|
#last_execution_status ⇒ "Running", ...
904 |
# File 'sig/client.rbs', line 904
def last_execution_status: () -> ("Running" | "InvalidQuery" | "Complete" | "Failed" | "Timeout")
|
#last_triggered_time ⇒ ::Integer
903 |
# File 'sig/client.rbs', line 903
def last_triggered_time: () -> ::Integer
|
#last_updated_time ⇒ ::Integer
909 |
# File 'sig/client.rbs', line 909
def last_updated_time: () -> ::Integer
|
#log_group_identifiers ⇒ ::Array[::String]
895 |
# File 'sig/client.rbs', line 895
def log_group_identifiers: () -> ::Array[::String]
|
#name ⇒ ::String
891 |
# File 'sig/client.rbs', line 891
def name: () -> ::String
|
#query_language ⇒ "CWLI", ...
893 |
# File 'sig/client.rbs', line 893
def query_language: () -> ("CWLI" | "SQL" | "PPL")
|
#query_string ⇒ ::String
894 |
# File 'sig/client.rbs', line 894
def query_string: () -> ::String
|
#schedule_end_time ⇒ ::Integer
906 |
# File 'sig/client.rbs', line 906
def schedule_end_time: () -> ::Integer
|
#schedule_expression ⇒ ::String
896 |
# File 'sig/client.rbs', line 896
def schedule_expression: () -> ::String
|
#schedule_start_time ⇒ ::Integer
905 |
# File 'sig/client.rbs', line 905
def schedule_start_time: () -> ::Integer
|
#schedule_type ⇒ "CUSTOMER_MANAGED", "AWS_MANAGED"
902 |
# File 'sig/client.rbs', line 902
def schedule_type: () -> ("CUSTOMER_MANAGED" | "AWS_MANAGED")
|
#scheduled_query_arn ⇒ ::String
890 |
# File 'sig/client.rbs', line 890
def scheduled_query_arn: () -> ::String
|
#start_time_offset ⇒ ::Integer
898 |
# File 'sig/client.rbs', line 898
def start_time_offset: () -> ::Integer
|
#state ⇒ "ENABLED", "DISABLED"
901 |
# File 'sig/client.rbs', line 901
def state: () -> ("ENABLED" | "DISABLED")
|
#timezone ⇒ ::String
897 |
# File 'sig/client.rbs', line 897
def timezone: () -> ::String
|