Class: Aws::Types::LocalTimeZoneConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_time_zone::String

Returns the value of attribute default_time_zone.

Returns:

  • (::String)


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.

Returns:

  • (::Array[("ZIP_CODE" | "AREA_CODE")])


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.

Returns:

  • ("PRIMARY_ONLY", "ALL_AVAILABLE")


512
513
514
# File 'sig/types.rbs', line 512

def local_time_zone_detection_scope
  @local_time_zone_detection_scope
end