Class: Aws::Types::AssetModelPropertySummary
- Inherits:
-
Object
- Object
- Aws::Types::AssetModelPropertySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_model_composite_model_id ⇒ ::String
Returns the value of attribute asset_model_composite_model_id.
-
#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.
-
#interface_summaries ⇒ ::Array[Types::InterfaceSummary]
Returns the value of attribute interface_summaries.
-
#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
#asset_model_composite_model_id ⇒ ::String
Returns the value of attribute asset_model_composite_model_id.
240 241 242 |
# File 'sig/types.rbs', line 240 def asset_model_composite_model_id @asset_model_composite_model_id end |
#data_type ⇒ "STRING", ...
Returns the value of attribute data_type.
236 237 238 |
# File 'sig/types.rbs', line 236 def data_type @data_type end |
#data_type_spec ⇒ ::String
Returns the value of attribute data_type_spec.
237 238 239 |
# File 'sig/types.rbs', line 237 def data_type_spec @data_type_spec end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
234 235 236 |
# File 'sig/types.rbs', line 234 def external_id @external_id end |
#id ⇒ ::String
Returns the value of attribute id.
233 234 235 |
# File 'sig/types.rbs', line 233 def id @id end |
#interface_summaries ⇒ ::Array[Types::InterfaceSummary]
Returns the value of attribute interface_summaries.
242 243 244 |
# File 'sig/types.rbs', line 242 def interface_summaries @interface_summaries end |
#name ⇒ ::String
Returns the value of attribute name.
235 236 237 |
# File 'sig/types.rbs', line 235 def name @name end |
#path ⇒ ::Array[Types::AssetModelPropertyPathSegment]
Returns the value of attribute path.
241 242 243 |
# File 'sig/types.rbs', line 241 def path @path end |
#type ⇒ Types::PropertyType
Returns the value of attribute type.
239 240 241 |
# File 'sig/types.rbs', line 239 def type @type end |
#unit ⇒ ::String
Returns the value of attribute unit.
238 239 240 |
# File 'sig/types.rbs', line 238 def unit @unit end |