Class: Aws::IoTTwinMaker::Types::BatchPutPropertyValuesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::BatchPutPropertyValuesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entries ⇒ Array<Types::PropertyValueEntry>
An object that maps strings to the property value entries to set.
-
#workspace_id ⇒ String
The ID of the workspace that contains the properties to set.
Instance Attribute Details
#entries ⇒ Array<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.
70 71 72 73 74 75 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 70 class BatchPutPropertyValuesRequest < Struct.new( :workspace_id, :entries) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace that contains the properties to set.
70 71 72 73 74 75 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 70 class BatchPutPropertyValuesRequest < Struct.new( :workspace_id, :entries) SENSITIVE = [] include Aws::Structure end |