CommandParameterValue
The list of values used to describe a specific command parameter.
Contents
- B
-
An attribute of type Boolean. For example:
"BOOL": true
Type: Boolean
Required: No
- BIN
-
An attribute of type Binary.
Type: Base64-encoded binary data object
Length Constraints: Minimum length of 1.
Required: No
- D
-
An attribute of type Double (Sixty-Four Bits).
Type: Double
Required: No
- I
-
An attribute of type Integer (Thirty-Two Bits).
Type: Integer
Required: No
- L
-
An attribute of type Long.
Type: Long
Required: No
- S
-
An attribute of type String. For example:
"S": "Hello"
Type: String
Length Constraints: Minimum length of 1.
Required: No
- UL
-
An attribute of type Unsigned Long.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 20.
Pattern:
^[0-9]*$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: