Class: Aws::Inspector2::Types::DateFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb

Overview

Contains details on the time range used to filter findings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_inclusiveTime

A timestamp representing the end of the time period filtered on.

Returns:



2427
2428
2429
2430
2431
2432
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2427

class DateFilter < Struct.new(
  :end_inclusive,
  :start_inclusive)
  SENSITIVE = []
  include Aws::Structure
end

#start_inclusiveTime

A timestamp representing the start of the time period filtered on.

Returns:



2427
2428
2429
2430
2431
2432
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2427

class DateFilter < Struct.new(
  :end_inclusive,
  :start_inclusive)
  SENSITIVE = []
  include Aws::Structure
end