Class: Aws::Types::AssetModelProperty
- Inherits:
-
Object
- Object
- Aws::Types::AssetModelProperty
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#path ⇒ ::Array[Types::AssetModelPropertyPathSegment]
Returns the value of attribute path.
-
#type ⇒ Types::PropertyType
Returns the value of attribute type.
-
#unit ⇒ ::String
Returns the value of attribute unit.
Instance Attribute Details
#data_type ⇒ "STRING", ...
Returns the value of attribute data_type.
195 196 197 |
# File 'sig/types.rbs', line 195 def data_type @data_type end |
#data_type_spec ⇒ ::String
Returns the value of attribute data_type_spec.
196 197 198 |
# File 'sig/types.rbs', line 196 def data_type_spec @data_type_spec end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
193 194 195 |
# File 'sig/types.rbs', line 193 def external_id @external_id end |
#id ⇒ ::String
Returns the value of attribute id.
192 193 194 |
# File 'sig/types.rbs', line 192 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
194 195 196 |
# File 'sig/types.rbs', line 194 def name @name end |
#path ⇒ ::Array[Types::AssetModelPropertyPathSegment]
Returns the value of attribute path.
199 200 201 |
# File 'sig/types.rbs', line 199 def path @path end |
#type ⇒ Types::PropertyType
Returns the value of attribute type.
198 199 200 |
# File 'sig/types.rbs', line 198 def type @type end |
#unit ⇒ ::String
Returns the value of attribute unit.
197 198 199 |
# File 'sig/types.rbs', line 197 def unit @unit end |