Class: Aws::Types::GetResourcesTrendsV2Response
- Inherits:
-
Object
- Object
- Aws::Types::GetResourcesTrendsV2Response
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#granularity ⇒ "Daily", ...
Returns the value of attribute granularity.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#trends_metrics ⇒ ::Array[Types::ResourcesTrendsMetricsResult]
Returns the value of attribute trends_metrics.
Instance Attribute Details
#granularity ⇒ "Daily", ...
Returns the value of attribute granularity.
6156 6157 6158 |
# File 'sig/types.rbs', line 6156 def granularity @granularity end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6158 6159 6160 |
# File 'sig/types.rbs', line 6158 def next_token @next_token end |
#trends_metrics ⇒ ::Array[Types::ResourcesTrendsMetricsResult]
Returns the value of attribute trends_metrics.
6157 6158 6159 |
# File 'sig/types.rbs', line 6157 def trends_metrics @trends_metrics end |