Class: Aws::Types::IotSiteWiseAssetModelPropertyIdentifier

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_model_id ⇒ ::String

Returns the value of attribute asset_model_id.

Returns:

  • (::String)


459
460
461
# File 'sig/types.rbs', line 459

def asset_model_id
  @asset_model_id
end

#property_id ⇒ ::String

Returns the value of attribute property_id.

Returns:

  • (::String)


460
461
462
# File 'sig/types.rbs', line 460

def property_id
  @property_id
end