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)


23055
23056
23057
23058
23059
23060
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23055

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

#valueInteger

A date range value for the date filter.

Returns:

  • (Integer)


23055
23056
23057
23058
23059
23060
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23055

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