Class: Aws::IoTTwinMaker::Types::BatchPutPropertyValuesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_entriesArray<Types::BatchPutPropertyErrorEntry>

Entries that caused errors in the batch put operation.



81
82
83
84
85
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 81

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