Class: Aws::SecurityHub::Types::GetResourcesTrendsV2Request

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The ending timestamp for the time period to analyze resources trends, in ISO 8601 format.

Returns:

  • (Time)


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

#filtersTypes::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_resultsInteger

The maximum number of trend data points to return in a single response.

Returns:

  • (Integer)


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_tokenString

The token to use for paginating results. This value is returned in the response if more results are available.

Returns:

  • (String)


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_timeTime

The starting timestamp for the time period to analyze resources trends, in ISO 8601 format.

Returns:

  • (Time)


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