Class: Aws::SecurityHub::Types::GetResourcesTrendsV2Response
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::GetResourcesTrendsV2Response
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#granularity ⇒ String
The time interval granularity for the returned trend data (such as DAILY or WEEKLY).
-
#next_token ⇒ String
The token to use for retrieving the next page of results, if more trend data is available.
-
#trends_metrics ⇒ Array<Types::ResourcesTrendsMetricsResult>
The collection of time-series trend metrics, including counts of resources across the specified time period.
Instance Attribute Details
#granularity ⇒ String
The time interval granularity for the returned trend data (such as DAILY or WEEKLY).
26187 26188 26189 26190 26191 26192 26193 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26187 class GetResourcesTrendsV2Response < Struct.new( :granularity, :trends_metrics, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use for retrieving the next page of results, if more trend data is available.
26187 26188 26189 26190 26191 26192 26193 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26187 class GetResourcesTrendsV2Response < Struct.new( :granularity, :trends_metrics, :next_token) SENSITIVE = [] include Aws::Structure end |
#trends_metrics ⇒ Array<Types::ResourcesTrendsMetricsResult>
The collection of time-series trend metrics, including counts of resources across the specified time period.
26187 26188 26189 26190 26191 26192 26193 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26187 class GetResourcesTrendsV2Response < Struct.new( :granularity, :trends_metrics, :next_token) SENSITIVE = [] include Aws::Structure end |