Class: Aws::Types::GetResourceMetricsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetResourceMetricsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aligned_end_time ⇒ ::Time
Returns the value of attribute aligned_end_time.
-
#aligned_start_time ⇒ ::Time
Returns the value of attribute aligned_start_time.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#metric_list ⇒ ::Array[Types::MetricKeyDataPoints]
Returns the value of attribute metric_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#aligned_end_time ⇒ ::Time
Returns the value of attribute aligned_end_time.
186 187 188 |
# File 'sig/types.rbs', line 186 def aligned_end_time @aligned_end_time end |
#aligned_start_time ⇒ ::Time
Returns the value of attribute aligned_start_time.
185 186 187 |
# File 'sig/types.rbs', line 185 def aligned_start_time @aligned_start_time end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
187 188 189 |
# File 'sig/types.rbs', line 187 def identifier @identifier end |
#metric_list ⇒ ::Array[Types::MetricKeyDataPoints]
Returns the value of attribute metric_list.
188 189 190 |
# File 'sig/types.rbs', line 188 def metric_list @metric_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
189 190 191 |
# File 'sig/types.rbs', line 189 def next_token @next_token end |