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.
2348 2349 2350 2351 2352 2353 2354 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2348 class PropertyRequest < Struct.new( :definition, :value, :update_type) SENSITIVE = [] include Aws::Structure end |
#update_type ⇒ String
The update type of the update property request.
2348 2349 2350 2351 2352 2353 2354 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2348 class PropertyRequest < Struct.new( :definition, :value, :update_type) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::DataValue
The value of the property.
2348 2349 2350 2351 2352 2353 2354 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2348 class PropertyRequest < Struct.new( :definition, :value, :update_type) SENSITIVE = [] include Aws::Structure end |