Class: Aws::Shield::Types::TimeRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::TimeRange
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-shield/types.rb
Overview
The time range.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#from_inclusive ⇒ Time
The start time, in Unix time in seconds.
-
#to_exclusive ⇒ Time
The end time, in Unix time in seconds.
Instance Attribute Details
#from_inclusive ⇒ Time
The start time, in Unix time in seconds.
2086 2087 2088 2089 2090 2091 |
# File 'lib/aws-sdk-shield/types.rb', line 2086 class TimeRange < Struct.new( :from_inclusive, :to_exclusive) SENSITIVE = [] include Aws::Structure end |
#to_exclusive ⇒ Time
The end time, in Unix time in seconds.
2086 2087 2088 2089 2090 2091 |
# File 'lib/aws-sdk-shield/types.rb', line 2086 class TimeRange < Struct.new( :from_inclusive, :to_exclusive) SENSITIVE = [] include Aws::Structure end |