Class: Aws::Types::LocalTimeZoneConfig
- Inherits:
-
Object
- Object
- Aws::Types::LocalTimeZoneConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_time_zone ⇒ ::String
Returns the value of attribute default_time_zone.
-
#local_time_zone_detection ⇒ ::Array[("ZIP_CODE" | "AREA_CODE")]
Returns the value of attribute local_time_zone_detection.
-
#local_time_zone_detection_scope ⇒ "PRIMARY_ONLY", "ALL_AVAILABLE"
Returns the value of attribute local_time_zone_detection_scope.
Instance Attribute Details
#default_time_zone ⇒ ::String
Returns the value of attribute default_time_zone.
510 511 512 |
# File 'sig/types.rbs', line 510 def default_time_zone @default_time_zone end |
#local_time_zone_detection ⇒ ::Array[("ZIP_CODE" | "AREA_CODE")]
Returns the value of attribute local_time_zone_detection.
511 512 513 |
# File 'sig/types.rbs', line 511 def local_time_zone_detection @local_time_zone_detection end |
#local_time_zone_detection_scope ⇒ "PRIMARY_ONLY", "ALL_AVAILABLE"
Returns the value of attribute local_time_zone_detection_scope.
512 513 514 |
# File 'sig/types.rbs', line 512 def local_time_zone_detection_scope @local_time_zone_detection_scope end |