Class: Aws::Inspector::Types::TimestampRange

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

Overview

This data type is used in the AssessmentRunFilter data type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#begin_dateTime

The minimum value of the timestamp range.

Returns:

  • (Time)


2718
2719
2720
2721
2722
2723
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2718

class TimestampRange < Struct.new(
  :begin_date,
  :end_date)
  SENSITIVE = []
  include Aws::Structure
end

#end_dateTime

The maximum value of the timestamp range.

Returns:

  • (Time)


2718
2719
2720
2721
2722
2723
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2718

class TimestampRange < Struct.new(
  :begin_date,
  :end_date)
  SENSITIVE = []
  include Aws::Structure
end