Class: Aws::ConnectCampaignsV2::Types::CommunicationTimeConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::CommunicationTimeConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcampaignsv2/types.rb
Overview
Campaign communication time config
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#email ⇒ Types::TimeWindow
Time window config.
-
#local_time_zone_config ⇒ Types::LocalTimeZoneConfig
Local time zone config.
-
#sms ⇒ Types::TimeWindow
Time window config.
-
#telephony ⇒ Types::TimeWindow
Time window config.
Instance Attribute Details
#email ⇒ Types::TimeWindow
Time window 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 |
#local_time_zone_config ⇒ Types::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 |
#sms ⇒ Types::TimeWindow
Time window 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 |
#telephony ⇒ Types::TimeWindow
Time window 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 |