Class: Aws::Types::TimeZone
- Inherits:
-
Object
- Object
- Aws::Types::TimeZone
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#offset ⇒ ::Integer
Returns the value of attribute offset.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def name @name end |
#offset ⇒ ::Integer
Returns the value of attribute offset.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def offset @offset end |