Class: Aws::Types::AssetPropertySummary
- Inherits:
-
Object
- Object
- Aws::Types::AssetPropertySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#asset_composite_model_id ⇒ ::String
Returns the value of attribute asset_composite_model_id.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#notification ⇒ Types::PropertyNotification
Returns the value of attribute notification.
-
#path ⇒ ::Array[Types::AssetPropertyPathSegment]
Returns the value of attribute path.
-
#unit ⇒ ::String
Returns the value of attribute unit.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
300 301 302 |
# File 'sig/types.rbs', line 300 def alias @alias end |
#asset_composite_model_id ⇒ ::String
Returns the value of attribute asset_composite_model_id.
303 304 305 |
# File 'sig/types.rbs', line 303 def asset_composite_model_id @asset_composite_model_id end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
299 300 301 |
# File 'sig/types.rbs', line 299 def external_id @external_id end |
#id ⇒ ::String
Returns the value of attribute id.
298 299 300 |
# File 'sig/types.rbs', line 298 def id @id end |
#notification ⇒ Types::PropertyNotification
Returns the value of attribute notification.
302 303 304 |
# File 'sig/types.rbs', line 302 def notification @notification end |
#path ⇒ ::Array[Types::AssetPropertyPathSegment]
Returns the value of attribute path.
304 305 306 |
# File 'sig/types.rbs', line 304 def path @path end |
#unit ⇒ ::String
Returns the value of attribute unit.
301 302 303 |
# File 'sig/types.rbs', line 301 def unit @unit end |