Class: Aws::SimpleDB::Types::MissingParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimpleDB::Types::MissingParameter
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-simpledb/types.rb
Overview
The request must contain the specified missing parameter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#box_usage ⇒ Float
353 354 355 356 357 |
# File 'lib/aws-sdk-simpledb/types.rb', line 353 class MissingParameter < Struct.new( :box_usage) SENSITIVE = [] include Aws::Structure end |