Class: Aws::Inspector2::Types::CoverageDateFilter

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

Overview

Contains details of a coverage date filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_inclusiveTime

A timestamp representing the end of the time period to filter results by.

Returns:



1897
1898
1899
1900
1901
1902
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1897

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

#start_inclusiveTime

A timestamp representing the start of the time period to filter results by.

Returns:



1897
1898
1899
1900
1901
1902
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1897

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