Class: Aws::CodeDeploy::Types::TimeRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::TimeRange
- Defined in:
- gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb
Overview
Note:
When making an API call, you may pass TimeRange data as a hash:
{
start: Time.now,
end: Time.now,
}
Information about a time range.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end ⇒ Time
The end time of the time range.
-
#start ⇒ Time
The start time of the time range.