Class: Aws::ConnectCampaignsV2::Types::LocalTimeZoneConfig
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ConnectCampaignsV2::Types::LocalTimeZoneConfig
 
- Defined in:
- gems/aws-sdk-connectcampaignsv2/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
| 1352 1353 1354 1355 1356 1357 | # File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1352 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
| 1352 1353 1354 1355 1356 1357 | # File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1352 class LocalTimeZoneConfig < Struct.new( :default_time_zone, :local_time_zone_detection) SENSITIVE = [] include Aws::Structure end |