Class: Aws::IoTTwinMaker::Types::PropertySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::PropertySummary
- Defined in:
- gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb
Overview
This is an object that contains the information of a property.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#are_all_property_values_returned ⇒ Boolean
This flag notes whether all values of a list or map type property are returned in the API response.
-
#definition ⇒ Types::PropertyDefinitionResponse
This is the schema for the property.
-
#property_name ⇒ String
This is the name of the property.
-
#value ⇒ Types::DataValue
This is the value for the property.
Instance Attribute Details
#are_all_property_values_returned ⇒ Boolean
This flag notes whether all values of a list or map type property are returned in the API response. The maximum number of values per property returned is 50.
3237 3238 3239 3240 3241 3242 3243 3244 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3237 class PropertySummary < Struct.new( :definition, :property_name, :value, :are_all_property_values_returned) SENSITIVE = [] include Aws::Structure end |
#definition ⇒ Types::PropertyDefinitionResponse
This is the schema for the property.
3237 3238 3239 3240 3241 3242 3243 3244 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3237 class PropertySummary < Struct.new( :definition, :property_name, :value, :are_all_property_values_returned) SENSITIVE = [] include Aws::Structure end |
#property_name ⇒ String
This is the name of the property.
3237 3238 3239 3240 3241 3242 3243 3244 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3237 class PropertySummary < Struct.new( :definition, :property_name, :value, :are_all_property_values_returned) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::DataValue
This is the value for the property.
3237 3238 3239 3240 3241 3242 3243 3244 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3237 class PropertySummary < Struct.new( :definition, :property_name, :value, :are_all_property_values_returned) SENSITIVE = [] include Aws::Structure end |