Class: Aws::Types::GetScheduledQueryResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetScheduledQueryResponse
- 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.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def description @description end |
#destination_configuration ⇒ Types::DestinationConfiguration
Returns the value of attribute destination_configuration.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def destination_configuration @destination_configuration end |
#end_time_offset ⇒ ::Integer
Returns the value of attribute end_time_offset.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def end_time_offset @end_time_offset end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def execution_role_arn @execution_role_arn end |
#last_execution_status ⇒ "Running", ...
Returns the value of attribute last_execution_status.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def last_execution_status @last_execution_status end |
#last_triggered_time ⇒ ::Integer
Returns the value of attribute last_triggered_time.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def last_triggered_time @last_triggered_time end |
#last_updated_time ⇒ ::Integer
Returns the value of attribute last_updated_time.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def last_updated_time @last_updated_time end |
#log_group_identifiers ⇒ ::Array[::String]
Returns the value of attribute log_group_identifiers.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def log_group_identifiers @log_group_identifiers end |
#name ⇒ ::String
Returns the value of attribute name.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def name @name end |
#query_language ⇒ "CWLI", ...
Returns the value of attribute query_language.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def query_language @query_language end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def query_string @query_string end |
#schedule_end_time ⇒ ::Integer
Returns the value of attribute schedule_end_time.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def schedule_end_time @schedule_end_time end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def schedule_expression @schedule_expression end |
#schedule_start_time ⇒ ::Integer
Returns the value of attribute schedule_start_time.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def schedule_start_time @schedule_start_time end |
#schedule_type ⇒ "CUSTOMER_MANAGED", "AWS_MANAGED"
Returns the value of attribute schedule_type.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def schedule_type @schedule_type end |
#scheduled_query_arn ⇒ ::String
Returns the value of attribute scheduled_query_arn.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def scheduled_query_arn @scheduled_query_arn end |
#start_time_offset ⇒ ::Integer
Returns the value of attribute start_time_offset.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def start_time_offset @start_time_offset end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def state @state end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def timezone @timezone end |