Class: Aws::Types::StartQueryRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartQueryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Integer
Returns the value of attribute end_time.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#log_group_identifiers ⇒ ::Array[::String]
Returns the value of attribute log_group_identifiers.
-
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
-
#log_group_names ⇒ ::Array[::String]
Returns the value of attribute log_group_names.
-
#query_language ⇒ "CWLI", ...
Returns the value of attribute query_language.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
-
#start_time ⇒ ::Integer
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Integer
Returns the value of attribute end_time.
2170 2171 2172 |
# File 'sig/types.rbs', line 2170 def end_time @end_time end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
2172 2173 2174 |
# File 'sig/types.rbs', line 2172 def limit @limit end |
#log_group_identifiers ⇒ ::Array[::String]
Returns the value of attribute log_group_identifiers.
2168 2169 2170 |
# File 'sig/types.rbs', line 2168 def log_group_identifiers @log_group_identifiers end |
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
2166 2167 2168 |
# File 'sig/types.rbs', line 2166 def log_group_name @log_group_name end |
#log_group_names ⇒ ::Array[::String]
Returns the value of attribute log_group_names.
2167 2168 2169 |
# File 'sig/types.rbs', line 2167 def log_group_names @log_group_names end |
#query_language ⇒ "CWLI", ...
Returns the value of attribute query_language.
2165 2166 2167 |
# File 'sig/types.rbs', line 2165 def query_language @query_language end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
2171 2172 2173 |
# File 'sig/types.rbs', line 2171 def query_string @query_string end |
#start_time ⇒ ::Integer
Returns the value of attribute start_time.
2169 2170 2171 |
# File 'sig/types.rbs', line 2169 def start_time @start_time end |