Class: Aws::ConnectCampaignsV2::Types::LocalTimeZoneConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::LocalTimeZoneConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcampaignsv2/types.rb
Overview
Local time zone config
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_time_zone ⇒ String
Time Zone Id in the IANA format.
-
#local_time_zone_detection ⇒ Array<String>
Local TimeZone Detection method list.
Instance Attribute Details
#default_time_zone ⇒ String
Time Zone Id in the IANA format
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_detection ⇒ Array<String>
Local TimeZone Detection method list
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 |