Class: Aws::IoTTwinMaker::Types::PropertyRequest

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

Overview

An object that sets information about a property.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#definitionTypes::PropertyDefinitionRequest

An object that specifies information about a property.



3185
3186
3187
3188
3189
3190
3191
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3185

class PropertyRequest < Struct.new(
  :definition,
  :value,
  :update_type)
  SENSITIVE = []
  include Aws::Structure
end

#update_typeString

The update type of the update property request.

Returns:

  • (String)


3185
3186
3187
3188
3189
3190
3191
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3185

class PropertyRequest < Struct.new(
  :definition,
  :value,
  :update_type)
  SENSITIVE = []
  include Aws::Structure
end

#valueTypes::DataValue

The value of the property.

Returns:



3185
3186
3187
3188
3189
3190
3191
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3185

class PropertyRequest < Struct.new(
  :definition,
  :value,
  :update_type)
  SENSITIVE = []
  include Aws::Structure
end