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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/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)


9119
9120
9121
9122
9123
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9119

class PropertyValueNullValue < Struct.new(
  :value_type)
  SENSITIVE = []
  include Aws::Structure
end