Class: Aws::Types::GetMetricDataV2Request
- Inherits:
-
Object
- Object
- Aws::Types::GetMetricDataV2Request
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#filters ⇒ ::Array[Types::FilterV2]
Returns the value of attribute filters.
-
#groupings ⇒ ::Array[::String]
Returns the value of attribute groupings.
-
#interval ⇒ Types::IntervalDetails
Returns the value of attribute interval.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#metrics ⇒ ::Array[Types::MetricV2]
Returns the value of attribute metrics.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
4141 4142 4143 |
# File 'sig/types.rbs', line 4141 def end_time @end_time end |
#filters ⇒ ::Array[Types::FilterV2]
Returns the value of attribute filters.
4143 4144 4145 |
# File 'sig/types.rbs', line 4143 def filters @filters end |
#groupings ⇒ ::Array[::String]
Returns the value of attribute groupings.
4144 4145 4146 |
# File 'sig/types.rbs', line 4144 def groupings @groupings end |
#interval ⇒ Types::IntervalDetails
Returns the value of attribute interval.
4142 4143 4144 |
# File 'sig/types.rbs', line 4142 def interval @interval end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
4147 4148 4149 |
# File 'sig/types.rbs', line 4147 def max_results @max_results end |
#metrics ⇒ ::Array[Types::MetricV2]
Returns the value of attribute metrics.
4145 4146 4147 |
# File 'sig/types.rbs', line 4145 def metrics @metrics end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4146 4147 4148 |
# File 'sig/types.rbs', line 4146 def next_token @next_token end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
4139 4140 4141 |
# File 'sig/types.rbs', line 4139 def resource_arn @resource_arn end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
4140 4141 4142 |
# File 'sig/types.rbs', line 4140 def start_time @start_time end |