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)


1498
1499
1500
1501
1502
1503
1504
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1498

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

#local_time_zone_detectionArray<String>

Local TimeZone Detection method list

Returns:

  • (Array<String>)


1498
1499
1500
1501
1502
1503
1504
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1498

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

#local_time_zone_detection_scopeString

Local TimeZone Detection scope.

Returns:

  • (String)


1498
1499
1500
1501
1502
1503
1504
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1498

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