Class: Aws::LocationService::Types::TimeZone
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::TimeZone
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-locationservice/types.rb
 
Overview
Information about a time zone. Includes the name of the time zone and the offset from UTC in seconds.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the time zone, following the [ IANA time zone standard].
 - 
  
    
      #offset  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time zone’s offset, in seconds, from UTC.