Class: Aws::SecurityHub::Types::DateFilter

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

Overview

A date filter for querying findings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#date_rangeTypes::DateRange

A date range for the date filter.

Returns:



22993
22994
22995
22996
22997
22998
22999
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22993

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

#endString

A timestamp that provides the end date for the date filter.

A correctly formatted example is 2020-05-21T20:16:34.724Z. The value cannot contain spaces, and date and time should be separated by T. For more information, see RFC 3339 section 5.6, Internet Date/Time Format.

Returns:

  • (String)


22993
22994
22995
22996
22997
22998
22999
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22993

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

#startString

A timestamp that provides the start date for the date filter.

A correctly formatted example is 2020-05-21T20:16:34.724Z. The value cannot contain spaces, and date and time should be separated by T. For more information, see RFC 3339 section 5.6, Internet Date/Time Format.

Returns:

  • (String)


22993
22994
22995
22996
22997
22998
22999
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22993

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