Class: Aws::ConnectCampaignsV2::Types::CommunicationTimeConfig

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

Overview

Campaign communication time config

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#emailTypes::TimeWindow

Time window config

Returns:



320
321
322
323
324
325
326
327
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 320

class CommunicationTimeConfig < Struct.new(
  :local_time_zone_config,
  :telephony,
  :sms,
  :email)
  SENSITIVE = []
  include Aws::Structure
end

#local_time_zone_configTypes::LocalTimeZoneConfig

Local time zone config



320
321
322
323
324
325
326
327
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 320

class CommunicationTimeConfig < Struct.new(
  :local_time_zone_config,
  :telephony,
  :sms,
  :email)
  SENSITIVE = []
  include Aws::Structure
end

#smsTypes::TimeWindow

Time window config

Returns:



320
321
322
323
324
325
326
327
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 320

class CommunicationTimeConfig < Struct.new(
  :local_time_zone_config,
  :telephony,
  :sms,
  :email)
  SENSITIVE = []
  include Aws::Structure
end

#telephonyTypes::TimeWindow

Time window config

Returns:



320
321
322
323
324
325
326
327
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 320

class CommunicationTimeConfig < Struct.new(
  :local_time_zone_config,
  :telephony,
  :sms,
  :email)
  SENSITIVE = []
  include Aws::Structure
end