Class: Aws::Types::FormatConfiguration

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_configurationTypes::DateTimeFormatConfiguration

Returns the value of attribute date_time_format_configuration.



5828
5829
5830
# File 'sig/types.rbs', line 5828

def date_time_format_configuration
  @date_time_format_configuration
end

#number_format_configurationTypes::NumberFormatConfiguration

Returns the value of attribute number_format_configuration.



5827
5828
5829
# File 'sig/types.rbs', line 5827

def number_format_configuration
  @number_format_configuration
end

#string_format_configurationTypes::StringFormatConfiguration

Returns the value of attribute string_format_configuration.



5826
5827
5828
# File 'sig/types.rbs', line 5826

def string_format_configuration
  @string_format_configuration
end