Class: Aws::Types::AssetProperty
- Inherits:
-
Object
- Object
- Aws::Types::AssetProperty
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#data_type ⇒ "STRING", ...
Returns the value of attribute data_type.
-
#data_type_spec ⇒ ::String
Returns the value of attribute data_type_spec.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
270 271 272 |
# File 'sig/types.rbs', line 270 def alias @alias end |
#data_type ⇒ "STRING", ...
Returns the value of attribute data_type.
272 273 274 |
# File 'sig/types.rbs', line 272 def data_type @data_type end |
#data_type_spec ⇒ ::String
Returns the value of attribute data_type_spec.
273 274 275 |
# File 'sig/types.rbs', line 273 def data_type_spec @data_type_spec end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
268 269 270 |
# File 'sig/types.rbs', line 268 def external_id @external_id end |
#id ⇒ ::String
Returns the value of attribute id.
267 268 269 |
# File 'sig/types.rbs', line 267 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
269 270 271 |
# File 'sig/types.rbs', line 269 def name @name end |
#notification ⇒ Types::PropertyNotification
Returns the value of attribute notification.
271 272 273 |
# File 'sig/types.rbs', line 271 def notification @notification end |
#path ⇒ ::Array[Types::AssetPropertyPathSegment]
Returns the value of attribute path.
275 276 277 |
# File 'sig/types.rbs', line 275 def path @path end |
#unit ⇒ ::String
Returns the value of attribute unit.
274 275 276 |
# File 'sig/types.rbs', line 274 def unit @unit end |