Class: Aws::ACM::Types::TimestampRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::TimestampRange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acm/types.rb
Overview
Specifies a time range for filtering certificates.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end ⇒ Time
The end of the time range.
-
#start ⇒ Time
The start of the time range.
Instance Attribute Details
#end ⇒ Time
The end of the time range. This value is inclusive.
3740 3741 3742 3743 3744 3745 |
# File 'lib/aws-sdk-acm/types.rb', line 3740 class TimestampRange < Struct.new( :start, :end) SENSITIVE = [] include Aws::Structure end |
#start ⇒ Time
The start of the time range. This value is inclusive.
3740 3741 3742 3743 3744 3745 |
# File 'lib/aws-sdk-acm/types.rb', line 3740 class TimestampRange < Struct.new( :start, :end) SENSITIVE = [] include Aws::Structure end |