Class: Aws::SecurityHub::Types::GetResourcesTrendsV2Request
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::GetResourcesTrendsV2Request
- 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 resources trends, in ISO 8601 format.
-
#filters ⇒ Types::ResourcesTrendsFilters
The filters to apply to the resources 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 resources trends, in ISO 8601 format.
Instance Attribute Details
#end_time ⇒ Time
The ending timestamp for the time period to analyze resources trends, in ISO 8601 format.
26135 26136 26137 26138 26139 26140 26141 26142 26143 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26135 class GetResourcesTrendsV2Request < Struct.new( :filters, :start_time, :end_time, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Types::ResourcesTrendsFilters
The filters to apply to the resources trend data.
26135 26136 26137 26138 26139 26140 26141 26142 26143 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26135 class GetResourcesTrendsV2Request < 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.
26135 26136 26137 26138 26139 26140 26141 26142 26143 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26135 class GetResourcesTrendsV2Request < 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.
26135 26136 26137 26138 26139 26140 26141 26142 26143 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26135 class GetResourcesTrendsV2Request < 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 resources trends, in ISO 8601 format.
26135 26136 26137 26138 26139 26140 26141 26142 26143 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26135 class GetResourcesTrendsV2Request < Struct.new( :filters, :start_time, :end_time, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |