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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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)


23959
23960
23961
23962
23963
23964
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23959

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

#valueInteger

A date range value for the date filter.

Returns:

  • (Integer)


23959
23960
23961
23962
23963
23964
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23959

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