Class: Aws::IoTSiteWise::Types::PropertyValueNullValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::PropertyValueNullValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
The value type of null asset property data with BAD and UNCERTAIN qualities.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#value_type ⇒ String
The type of null asset property data.
Instance Attribute Details
#value_type ⇒ String
The type of null asset property data.
8130 8131 8132 8133 8134 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8130 class PropertyValueNullValue < Struct.new( :value_type) SENSITIVE = [] include Aws::Structure end |