Class: Aws::SimpleDB::Types::InvalidNumberValueTests
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimpleDB::Types::InvalidNumberValueTests
- 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_usage ⇒ 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 |