Class: Aws::Types::DatetimeOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#format ⇒ ::String

Returns the value of attribute format.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def format
  @format
end

#locale_code ⇒ ::String

Returns the value of attribute locale_code.

Returns:

  • (::String)


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.

Returns:

  • (::String)


252
253
254
# File 'sig/types.rbs', line 252

def timezone_offset
  @timezone_offset
end