Class: Aws::Types::AssetModelPropertyDefinition
- Inherits:
-
Object
- Object
- Aws::Types::AssetModelPropertyDefinition
- 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.
-
#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.
219 220 221 |
# File 'sig/types.rbs', line 219 def data_type @data_type end |
#data_type_spec ⇒ ::String
Returns the value of attribute data_type_spec.
220 221 222 |
# File 'sig/types.rbs', line 220 def data_type_spec @data_type_spec end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
217 218 219 |
# File 'sig/types.rbs', line 217 def external_id @external_id end |
#id ⇒ ::String
Returns the value of attribute id.
216 217 218 |
# File 'sig/types.rbs', line 216 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
218 219 220 |
# File 'sig/types.rbs', line 218 def name @name end |
#type ⇒ Types::PropertyType
Returns the value of attribute type.
222 223 224 |
# File 'sig/types.rbs', line 222 def type @type end |
#unit ⇒ ::String
Returns the value of attribute unit.
221 222 223 |
# File 'sig/types.rbs', line 221 def unit @unit end |