Class: Aws::Types::AssetModelCompositeModel
- Inherits:
-
Object
- Object
- Aws::Types::AssetModelCompositeModel
- 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::AssetModelProperty]
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.
141 142 143 |
# File 'sig/types.rbs', line 141 def description @description end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
145 146 147 |
# File 'sig/types.rbs', line 145 def external_id @external_id end |
#id ⇒ ::String
Returns the value of attribute id.
144 145 146 |
# File 'sig/types.rbs', line 144 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
140 141 142 |
# File 'sig/types.rbs', line 140 def name @name end |
#properties ⇒ ::Array[Types::AssetModelProperty]
Returns the value of attribute properties.
143 144 145 |
# File 'sig/types.rbs', line 143 def properties @properties end |
#type ⇒ ::String
Returns the value of attribute type.
142 143 144 |
# File 'sig/types.rbs', line 142 def type @type end |