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.
8166 8167 8168 8169 8170 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8166 class PropertyValueNullValue < Struct.new( :value_type) SENSITIVE = [] include Aws::Structure end |