Class: Aws::ConnectCampaignsV2::Types::TimeWindow

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connectcampaignsv2/types.rb

Overview

Time window config

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#open_hoursTypes::OpenHours

Open Hours config

Returns:



2134
2135
2136
2137
2138
2139
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2134

class TimeWindow < Struct.new(
  :open_hours,
  :restricted_periods)
  SENSITIVE = []
  include Aws::Structure
end

#restricted_periodsTypes::RestrictedPeriods

Restricted period config



2134
2135
2136
2137
2138
2139
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2134

class TimeWindow < Struct.new(
  :open_hours,
  :restricted_periods)
  SENSITIVE = []
  include Aws::Structure
end