Class: Aws::IoTTwinMaker::Types::PropertyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::PropertyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
An object that sets information about a property.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#definition ⇒ Types::PropertyDefinitionRequest
An object that specifies information about a property.
-
#update_type ⇒ String
The update type of the update property request.
-
#value ⇒ Types::DataValue
The value of the property.
Instance Attribute Details
#definition ⇒ Types::PropertyDefinitionRequest
An object that specifies information about a property.
3185 3186 3187 3188 3189 3190 3191 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3185 class PropertyRequest < Struct.new( :definition, :value, :update_type) SENSITIVE = [] include Aws::Structure end |
#update_type ⇒ String
The update type of the update property request.
3185 3186 3187 3188 3189 3190 3191 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3185 class PropertyRequest < Struct.new( :definition, :value, :update_type) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::DataValue
The value of the property.
3185 3186 3187 3188 3189 3190 3191 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3185 class PropertyRequest < Struct.new( :definition, :value, :update_type) SENSITIVE = [] include Aws::Structure end |