Class: Aws::Types::DatetimeOptions
- Inherits:
-
Object
- Object
- Aws::Types::DatetimeOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#format ⇒ ::String
Returns the value of attribute format.
-
#locale_code ⇒ ::String
Returns the value of attribute locale_code.
-
#timezone_offset ⇒ ::String
Returns the value of attribute timezone_offset.
Instance Attribute Details
#format ⇒ ::String
Returns the value of attribute format.
251 252 253 |
# File 'sig/types.rbs', line 251 def format @format end |
#locale_code ⇒ ::String
Returns the value of attribute locale_code.
253 254 255 |
# File 'sig/types.rbs', line 253 def locale_code @locale_code end |
#timezone_offset ⇒ ::String
Returns the value of attribute timezone_offset.
252 253 254 |
# File 'sig/types.rbs', line 252 def timezone_offset @timezone_offset end |