Class: Aws::Types::AssetModelCompositeModelDefinition
- Inherits:
-
Object
- Object
- Aws::Types::AssetModelCompositeModelDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#properties ⇒ ::Array[Types::AssetModelPropertyDefinition]
Returns the value of attribute properties.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
153 154 155 |
# File 'sig/types.rbs', line 153 def description @description end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
151 152 153 |
# File 'sig/types.rbs', line 151 def external_id @external_id end |
#id ⇒ ::String
Returns the value of attribute id.
150 151 152 |
# File 'sig/types.rbs', line 150 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
152 153 154 |
# File 'sig/types.rbs', line 152 def name @name end |
#properties ⇒ ::Array[Types::AssetModelPropertyDefinition]
Returns the value of attribute properties.
155 156 157 |
# File 'sig/types.rbs', line 155 def properties @properties end |
#type ⇒ ::String
Returns the value of attribute type.
154 155 156 |
# File 'sig/types.rbs', line 154 def type @type end |