Class: Aws::Types::DateTimeFormatConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#date_time_format::String

Returns the value of attribute date_time_format.

Returns:

  • (::String)


3634
3635
3636
# File 'sig/types.rbs', line 3634

def date_time_format
  @date_time_format
end

#null_value_format_configurationTypes::NullValueFormatConfiguration

Returns the value of attribute null_value_format_configuration.



3635
3636
3637
# File 'sig/types.rbs', line 3635

def null_value_format_configuration
  @null_value_format_configuration
end

#numeric_format_configurationTypes::NumericFormatConfiguration

Returns the value of attribute numeric_format_configuration.



3636
3637
3638
# File 'sig/types.rbs', line 3636

def numeric_format_configuration
  @numeric_format_configuration
end