Class: Aws::Types::StartQueryInput
- Inherits:
-
Object
- Object
- Aws::Types::StartQueryInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#filter_parameters ⇒ ::Array[Types::FilterParameter]
Returns the value of attribute filter_parameters.
-
#linked_account_id ⇒ ::String
Returns the value of attribute linked_account_id.
-
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
-
#query_type ⇒ "MEASUREMENTS", ...
Returns the value of attribute query_type.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
370 371 372 |
# File 'sig/types.rbs', line 370 def end_time @end_time end |
#filter_parameters ⇒ ::Array[Types::FilterParameter]
Returns the value of attribute filter_parameters.
372 373 374 |
# File 'sig/types.rbs', line 372 def filter_parameters @filter_parameters end |
#linked_account_id ⇒ ::String
Returns the value of attribute linked_account_id.
373 374 375 |
# File 'sig/types.rbs', line 373 def linked_account_id @linked_account_id end |
#monitor_name ⇒ ::String
Returns the value of attribute monitor_name.
368 369 370 |
# File 'sig/types.rbs', line 368 def monitor_name @monitor_name end |
#query_type ⇒ "MEASUREMENTS", ...
Returns the value of attribute query_type.
371 372 373 |
# File 'sig/types.rbs', line 371 def query_type @query_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
369 370 371 |
# File 'sig/types.rbs', line 369 def start_time @start_time end |