Class: Aws::Types::DateTimeConverter
- Inherits:
-
Object
- Object
- Aws::Types::DateTimeConverter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#locale ⇒ ::String
Returns the value of attribute locale.
-
#match_patterns ⇒ ::Array[::String]
Returns the value of attribute match_patterns.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#source_timezone ⇒ ::String
Returns the value of attribute source_timezone.
-
#target ⇒ ::String
Returns the value of attribute target.
-
#target_format ⇒ ::String
Returns the value of attribute target_format.
-
#target_timezone ⇒ ::String
Returns the value of attribute target_timezone.
Instance Attribute Details
#locale ⇒ ::String
Returns the value of attribute locale.
305 306 307 |
# File 'sig/types.rbs', line 305 def locale @locale end |
#match_patterns ⇒ ::Array[::String]
Returns the value of attribute match_patterns.
302 303 304 |
# File 'sig/types.rbs', line 302 def match_patterns @match_patterns end |
#source ⇒ ::String
Returns the value of attribute source.
299 300 301 |
# File 'sig/types.rbs', line 299 def source @source end |
#source_timezone ⇒ ::String
Returns the value of attribute source_timezone.
303 304 305 |
# File 'sig/types.rbs', line 303 def source_timezone @source_timezone end |
#target ⇒ ::String
Returns the value of attribute target.
300 301 302 |
# File 'sig/types.rbs', line 300 def target @target end |
#target_format ⇒ ::String
Returns the value of attribute target_format.
301 302 303 |
# File 'sig/types.rbs', line 301 def target_format @target_format end |
#target_timezone ⇒ ::String
Returns the value of attribute target_timezone.
304 305 306 |
# File 'sig/types.rbs', line 304 def target_timezone @target_timezone end |