Class: Aws::SecurityHub::Types::GetFindingsTrendsV2Request
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::GetFindingsTrendsV2Request
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The ending timestamp for the time period to analyze findings trends, in ISO 8601 format.
-
#filters ⇒ Types::FindingsTrendsFilters
The filters to apply to the findings trend data.
-
#max_results ⇒ Integer
The maximum number of trend data points to return in a single response.
-
#next_token ⇒ String
The token to use for paginating results.
-
#start_time ⇒ Time
The starting timestamp for the time period to analyze findings trends, in ISO 8601 format.
Instance Attribute Details
#end_time ⇒ Time
The ending timestamp for the time period to analyze findings trends, in ISO 8601 format.
25848 25849 25850 25851 25852 25853 25854 25855 25856 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25848 class GetFindingsTrendsV2Request < Struct.new( :filters, :start_time, :end_time, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Types::FindingsTrendsFilters
The filters to apply to the findings trend data.
25848 25849 25850 25851 25852 25853 25854 25855 25856 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25848 class GetFindingsTrendsV2Request < Struct.new( :filters, :start_time, :end_time, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of trend data points to return in a single response.
25848 25849 25850 25851 25852 25853 25854 25855 25856 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25848 class GetFindingsTrendsV2Request < Struct.new( :filters, :start_time, :end_time, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use for paginating results. This value is returned in the response if more results are available.
25848 25849 25850 25851 25852 25853 25854 25855 25856 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25848 class GetFindingsTrendsV2Request < Struct.new( :filters, :start_time, :end_time, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The starting timestamp for the time period to analyze findings trends, in ISO 8601 format.
25848 25849 25850 25851 25852 25853 25854 25855 25856 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25848 class GetFindingsTrendsV2Request < Struct.new( :filters, :start_time, :end_time, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |