Class: Aws::Types::IotSiteWiseAction
- Inherits:
-
Object
- Object
- Aws::Types::IotSiteWiseAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#entry_id ⇒ ::String
Returns the value of attribute entry_id.
-
#property_alias ⇒ ::String
Returns the value of attribute property_alias.
-
#property_id ⇒ ::String
Returns the value of attribute property_id.
-
#property_value ⇒ Types::AssetPropertyValue
Returns the value of attribute property_value.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
451 452 453 |
# File 'sig/types.rbs', line 451 def asset_id @asset_id end |
#entry_id ⇒ ::String
Returns the value of attribute entry_id.
450 451 452 |
# File 'sig/types.rbs', line 450 def entry_id @entry_id end |
#property_alias ⇒ ::String
Returns the value of attribute property_alias.
453 454 455 |
# File 'sig/types.rbs', line 453 def property_alias @property_alias end |
#property_id ⇒ ::String
Returns the value of attribute property_id.
452 453 454 |
# File 'sig/types.rbs', line 452 def property_id @property_id end |
#property_value ⇒ Types::AssetPropertyValue
Returns the value of attribute property_value.
454 455 456 |
# File 'sig/types.rbs', line 454 def property_value @property_value end |