Module: Aws::CloudWatchLogs::Client::_UpdateScheduledQueryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateScheduledQueryResponse]
- 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
1552 |
# File 'sig/client.rbs', line 1552
def creation_time: () -> ::Integer
|
#description ⇒ ::String
1536 |
# File 'sig/client.rbs', line 1536
def description: () -> ::String
|
#destination_configuration ⇒ Types::DestinationConfiguration
1544 |
# File 'sig/client.rbs', line 1544
def destination_configuration: () -> Types::DestinationConfiguration
|
#end_time_offset ⇒ ::Integer
1543 |
# File 'sig/client.rbs', line 1543
def end_time_offset: () -> ::Integer
|
#execution_role_arn ⇒ ::String
1551 |
# File 'sig/client.rbs', line 1551
def execution_role_arn: () -> ::String
|
#last_execution_status ⇒ "Running", ...
1548 |
# File 'sig/client.rbs', line 1548
def last_execution_status: () -> ("Running" | "InvalidQuery" | "Complete" | "Failed" | "Timeout")
|
#last_triggered_time ⇒ ::Integer
1547 |
# File 'sig/client.rbs', line 1547
def last_triggered_time: () -> ::Integer
|
#last_updated_time ⇒ ::Integer
1553 |
# File 'sig/client.rbs', line 1553
def last_updated_time: () -> ::Integer
|
#log_group_identifiers ⇒ ::Array[::String]
1539 |
# File 'sig/client.rbs', line 1539
def log_group_identifiers: () -> ::Array[::String]
|
#name ⇒ ::String
1535 |
# File 'sig/client.rbs', line 1535
def name: () -> ::String
|
#query_language ⇒ "CWLI", ...
1537 |
# File 'sig/client.rbs', line 1537
def query_language: () -> ("CWLI" | "SQL" | "PPL")
|
#query_string ⇒ ::String
1538 |
# File 'sig/client.rbs', line 1538
def query_string: () -> ::String
|
#schedule_end_time ⇒ ::Integer
1550 |
# File 'sig/client.rbs', line 1550
def schedule_end_time: () -> ::Integer
|
#schedule_expression ⇒ ::String
1540 |
# File 'sig/client.rbs', line 1540
def schedule_expression: () -> ::String
|
#schedule_start_time ⇒ ::Integer
1549 |
# File 'sig/client.rbs', line 1549
def schedule_start_time: () -> ::Integer
|
#schedule_type ⇒ "CUSTOMER_MANAGED", "AWS_MANAGED"
1546 |
# File 'sig/client.rbs', line 1546
def schedule_type: () -> ("CUSTOMER_MANAGED" | "AWS_MANAGED")
|
#scheduled_query_arn ⇒ ::String
1534 |
# File 'sig/client.rbs', line 1534
def scheduled_query_arn: () -> ::String
|
#start_time_offset ⇒ ::Integer
1542 |
# File 'sig/client.rbs', line 1542
def start_time_offset: () -> ::Integer
|
#state ⇒ "ENABLED", "DISABLED"
1545 |
# File 'sig/client.rbs', line 1545
def state: () -> ("ENABLED" | "DISABLED")
|
#timezone ⇒ ::String
1541 |
# File 'sig/client.rbs', line 1541
def timezone: () -> ::String
|