Class: Aws::SimpleDB::Types::InvalidNumberValueTests

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-simpledb/types.rb

Overview

Too many predicates exist in the query expression.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#box_usageFloat

Returns:

  • (Float)


269
270
271
272
273
# File 'lib/aws-sdk-simpledb/types.rb', line 269

class InvalidNumberValueTests < Struct.new(
  :box_usage)
  SENSITIVE = []
  include Aws::Structure
end