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.
2766 2767 2768 2769 2770 2771 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2766 class PropertyResponse < Struct.new( :definition, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::DataValue
The value of the property.
2766 2767 2768 2769 2770 2771 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2766 class PropertyResponse < Struct.new( :definition, :value) SENSITIVE = [] include Aws::Structure end |