Class: Aws::IoTTwinMaker::Types::PropertyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::PropertyResponse
- 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
-
#definition ⇒ Types::PropertyDefinitionResponse
An object that specifies information about a property.
-
#value ⇒ Types::DataValue
The value of the property.
Instance Attribute Details
#definition ⇒ Types::PropertyDefinitionResponse
An object that specifies information about a property.
2371 2372 2373 2374 2375 2376 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2371 class PropertyResponse < Struct.new( :definition, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::DataValue
The value of the property.
2371 2372 2373 2374 2375 2376 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2371 class PropertyResponse < Struct.new( :definition, :value) SENSITIVE = [] include Aws::Structure end |