Class: Aws::ConnectCampaignsV2::Types::Schedule
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::Schedule
- Defined in:
- gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb
Overview
Campaign schedule
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
Timestamp with no UTC offset or timezone.
-
#refresh_frequency ⇒ String
Time duration in ISO 8601 format.
-
#start_time ⇒ Time
Timestamp with no UTC offset or timezone.
Instance Attribute Details
#end_time ⇒ Time
Timestamp with no UTC offset or timezone
1660 1661 1662 1663 1664 1665 1666 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1660 class Schedule < Struct.new( :start_time, :end_time, :refresh_frequency) SENSITIVE = [] include Aws::Structure end |
#refresh_frequency ⇒ String
Time duration in ISO 8601 format
1660 1661 1662 1663 1664 1665 1666 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1660 class Schedule < Struct.new( :start_time, :end_time, :refresh_frequency) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
Timestamp with no UTC offset or timezone
1660 1661 1662 1663 1664 1665 1666 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1660 class Schedule < Struct.new( :start_time, :end_time, :refresh_frequency) SENSITIVE = [] include Aws::Structure end |