Class: Aws::ConnectCampaignsV2::Types::LocalTimeZoneConfig

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

Overview

Local time zone config

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_time_zoneString

Time Zone Id in the IANA format

Returns:

  • (String)


1305
1306
1307
1308
1309
1310
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1305

class LocalTimeZoneConfig < Struct.new(
  :default_time_zone,
  :local_time_zone_detection)
  SENSITIVE = []
  include Aws::Structure
end

#local_time_zone_detectionArray<String>

Local TimeZone Detection method list

Returns:

  • (Array<String>)


1305
1306
1307
1308
1309
1310
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1305

class LocalTimeZoneConfig < Struct.new(
  :default_time_zone,
  :local_time_zone_detection)
  SENSITIVE = []
  include Aws::Structure
end