Class: Aws::Types::DateTimeConverter

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#locale::String

Returns the value of attribute locale.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def locale
  @locale
end

#match_patterns::Array[::String]

Returns the value of attribute match_patterns.

Returns:

  • (::Array[::String])


302
303
304
# File 'sig/types.rbs', line 302

def match_patterns
  @match_patterns
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


299
300
301
# File 'sig/types.rbs', line 299

def source
  @source
end

#source_timezone::String

Returns the value of attribute source_timezone.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def source_timezone
  @source_timezone
end

#target::String

Returns the value of attribute target.

Returns:

  • (::String)


300
301
302
# File 'sig/types.rbs', line 300

def target
  @target
end

#target_format::String

Returns the value of attribute target_format.

Returns:

  • (::String)


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.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def target_timezone
  @target_timezone
end