Class: Aws::Inspector2::Types::CisDateFilter

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

Overview

The CIS date filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#earliest_scan_start_timeTime

The CIS date filter's earliest scan start time.

Returns:



1046
1047
1048
1049
1050
1051
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1046

class CisDateFilter < Struct.new(
  :earliest_scan_start_time,
  :latest_scan_start_time)
  SENSITIVE = []
  include Aws::Structure
end

#latest_scan_start_timeTime

The CIS date filter's latest scan start time.

Returns:



1046
1047
1048
1049
1050
1051
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1046

class CisDateFilter < Struct.new(
  :earliest_scan_start_time,
  :latest_scan_start_time)
  SENSITIVE = []
  include Aws::Structure
end