Class: Aws::Types::CreateScheduledQueryRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateScheduledQueryRequest
- 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.
-
#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.
-
#start_time_offset ⇒ ::Integer
Returns the value of attribute start_time_offset.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#timezone ⇒ ::String
Returns the value of attribute timezone.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
258 259 260 |
# File 'sig/types.rbs', line 258 def description @description end |
#destination_configuration ⇒ Types::DestinationConfiguration
Returns the value of attribute destination_configuration.
266 267 268 |
# File 'sig/types.rbs', line 266 def destination_configuration @destination_configuration end |
#end_time_offset ⇒ ::Integer
Returns the value of attribute end_time_offset.
265 266 267 |
# File 'sig/types.rbs', line 265 def end_time_offset @end_time_offset end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
269 270 271 |
# File 'sig/types.rbs', line 269 def execution_role_arn @execution_role_arn end |
#log_group_identifiers ⇒ ::Array[::String]
Returns the value of attribute log_group_identifiers.
261 262 263 |
# File 'sig/types.rbs', line 261 def log_group_identifiers @log_group_identifiers end |
#name ⇒ ::String
Returns the value of attribute name.
257 258 259 |
# File 'sig/types.rbs', line 257 def name @name end |
#query_language ⇒ "CWLI", ...
Returns the value of attribute query_language.
259 260 261 |
# File 'sig/types.rbs', line 259 def query_language @query_language end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
260 261 262 |
# File 'sig/types.rbs', line 260 def query_string @query_string end |
#schedule_end_time ⇒ ::Integer
Returns the value of attribute schedule_end_time.
268 269 270 |
# File 'sig/types.rbs', line 268 def schedule_end_time @schedule_end_time end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
262 263 264 |
# File 'sig/types.rbs', line 262 def schedule_expression @schedule_expression end |
#schedule_start_time ⇒ ::Integer
Returns the value of attribute schedule_start_time.
267 268 269 |
# File 'sig/types.rbs', line 267 def schedule_start_time @schedule_start_time end |
#start_time_offset ⇒ ::Integer
Returns the value of attribute start_time_offset.
264 265 266 |
# File 'sig/types.rbs', line 264 def start_time_offset @start_time_offset end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
270 271 272 |
# File 'sig/types.rbs', line 270 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
271 272 273 |
# File 'sig/types.rbs', line 271 def @tags end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
263 264 265 |
# File 'sig/types.rbs', line 263 def timezone @timezone end |