Class: Aws::SecurityHub::Types::DateRange

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

Overview

A date range for the date filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#unitString

A date range unit for the date filter.

Returns:

  • (String)


23996
23997
23998
23999
24000
24001
# File 'lib/aws-sdk-securityhub/types.rb', line 23996

class DateRange < Struct.new(
  :value,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end

#valueInteger

A date range value for the date filter.

Returns:

  • (Integer)


23996
23997
23998
23999
24000
24001
# File 'lib/aws-sdk-securityhub/types.rb', line 23996

class DateRange < Struct.new(
  :value,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end