Class: Aws::IoTTwinMaker::Types::BatchPutPropertyValuesRequest

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

#entriesArray<Types::PropertyValueEntry>

An object that maps strings to the property value entries to set. Each string in the mapping must be unique to this object.

Returns:



70
71
72
73
74
75
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 70

class BatchPutPropertyValuesRequest < Struct.new(
  :workspace_id,
  :entries)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The ID of the workspace that contains the properties to set.

Returns:

  • (String)


70
71
72
73
74
75
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 70

class BatchPutPropertyValuesRequest < Struct.new(
  :workspace_id,
  :entries)
  SENSITIVE = []
  include Aws::Structure
end