lib/aws/core/configuration.rb in aws-sdk-1.6.3 vs lib/aws/core/configuration.rb in aws-sdk-1.6.4
- old
+ new
@@ -67,9 +67,15 @@
# The service endpoint for Auto Scaling.
#
# @attr_reader [String] cloud_formation_endpoint ('cloudformation.us-east-1.amazonaws.com')
# The service endpoint for AWS CloudFormation.
#
+ # @attr_reader [Boolean] dynamo_db_big_decimals (true) When +true+,
+ # {DynamoDB} will convert number values returned by {DynamoDB::Client}
+ # from strings to BigDecimal objects. If you set this to +false+,
+ # they will be convereted from strings into floats (with a potential
+ # loss of precision).
+ #
# @attr_reader [String] dynamo_db_endpoint ('dynamodb.us-east-1.amazonaws.com')
# The service endpoint for Amazon DynamoDB.
#
# @attr_reader [String] dynamo_db_retry_throughput_errors (true) When
# true, AWS::DynamoDB::Errors::ProvisionedThroughputExceededException