Class: Aws::Types::GetMetricDataInput
- Inherits:
-
Object
- Object
- Aws::Types::GetMetricDataInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#label_options ⇒ Types::LabelOptions
Returns the value of attribute label_options.
-
#max_datapoints ⇒ ::Integer
Returns the value of attribute max_datapoints.
-
#metric_data_queries ⇒ ::Array[Types::MetricDataQuery]
Returns the value of attribute metric_data_queries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#scan_by ⇒ "TimestampDescending", "TimestampAscending"
Returns the value of attribute scan_by.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
445 446 447 |
# File 'sig/types.rbs', line 445 def end_time @end_time end |
#label_options ⇒ Types::LabelOptions
Returns the value of attribute label_options.
449 450 451 |
# File 'sig/types.rbs', line 449 def @label_options end |
#max_datapoints ⇒ ::Integer
Returns the value of attribute max_datapoints.
448 449 450 |
# File 'sig/types.rbs', line 448 def max_datapoints @max_datapoints end |
#metric_data_queries ⇒ ::Array[Types::MetricDataQuery]
Returns the value of attribute metric_data_queries.
443 444 445 |
# File 'sig/types.rbs', line 443 def metric_data_queries @metric_data_queries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
446 447 448 |
# File 'sig/types.rbs', line 446 def next_token @next_token end |
#scan_by ⇒ "TimestampDescending", "TimestampAscending"
Returns the value of attribute scan_by.
447 448 449 |
# File 'sig/types.rbs', line 447 def scan_by @scan_by end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
444 445 446 |
# File 'sig/types.rbs', line 444 def start_time @start_time end |