Class: Aws::Inspector::Types::TimestampRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::TimestampRange
- 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
-
#begin_date ⇒ Time
The minimum value of the timestamp range.
-
#end_date ⇒ Time
The maximum value of the timestamp range.
Instance Attribute Details
#begin_date ⇒ Time
The minimum value of the timestamp range.
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_date ⇒ Time
The maximum value of the timestamp range.
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 |