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)


9395
9396
9397
9398
9399
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9395

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