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:



2382
2383
2384
2385
2386
2387
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2382

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

#restricted_periodsTypes::RestrictedPeriods

Restricted period config



2382
2383
2384
2385
2386
2387
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2382

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