Class: Aws::IoTTwinMaker::Types::BatchPutPropertyValuesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::BatchPutPropertyValuesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_entries ⇒ Array<Types::BatchPutPropertyErrorEntry>
Entries that caused errors in the batch put operation.
Instance Attribute Details
#error_entries ⇒ Array<Types::BatchPutPropertyErrorEntry>
Entries that caused errors in the batch put operation.
81 82 83 84 85 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 81 class BatchPutPropertyValuesResponse < Struct.new( :error_entries) SENSITIVE = [] include Aws::Structure end |