Class: Aws::IoTTwinMaker::Types::PropertyResponse

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

Overview

An object that contains information about a property response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#definitionTypes::PropertyDefinitionResponse

An object that specifies information about a property.



3201
3202
3203
3204
3205
3206
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3201

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

#valueTypes::DataValue

The value of the property.

Returns:



3201
3202
3203
3204
3205
3206
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3201

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