Class: Aws::Types::GetFindingsTrendsV2Response
- Inherits:
-
Object
- Object
- Aws::Types::GetFindingsTrendsV2Response
- 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::TrendsMetricsResult]
Returns the value of attribute trends_metrics.
Instance Attribute Details
#granularity ⇒ "Daily", ...
Returns the value of attribute granularity.
6045 6046 6047 |
# File 'sig/types.rbs', line 6045 def granularity @granularity end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6047 6048 6049 |
# File 'sig/types.rbs', line 6047 def next_token @next_token end |
#trends_metrics ⇒ ::Array[Types::TrendsMetricsResult]
Returns the value of attribute trends_metrics.
6046 6047 6048 |
# File 'sig/types.rbs', line 6046 def trends_metrics @trends_metrics end |