Class: Aws::IoTSiteWise::Types::PropertyValueNullValue

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#value_typeString

The type of null asset property data.

Returns:

  • (String)


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