Class: Aws::ConnectCampaignsV2::Types::TimeRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::TimeRange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcampaignsv2/types.rb
Overview
Time range in 24 hour format
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ String
Time in ISO 8601 format, e.g.
-
#start_time ⇒ String
Time in ISO 8601 format, e.g.
Instance Attribute Details
#end_time ⇒ String
Time in ISO 8601 format, e.g. T23:11
2312 2313 2314 2315 2316 2317 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2312 class TimeRange < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ String
Time in ISO 8601 format, e.g. T23:11
2312 2313 2314 2315 2316 2317 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2312 class TimeRange < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |