Class: Aws::Types::AssetModelCompositeModelSummary
- Inherits:
-
Object
- Object
- Aws::Types::AssetModelCompositeModelSummary
- 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.
-
#path ⇒ ::Array[Types::AssetModelCompositeModelPathSegment]
Returns the value of attribute path.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
170 171 172 |
# File 'sig/types.rbs', line 170 def description @description end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
167 168 169 |
# File 'sig/types.rbs', line 167 def external_id @external_id end |
#id ⇒ ::String
Returns the value of attribute id.
166 167 168 |
# File 'sig/types.rbs', line 166 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
168 169 170 |
# File 'sig/types.rbs', line 168 def name @name end |
#path ⇒ ::Array[Types::AssetModelCompositeModelPathSegment]
Returns the value of attribute path.
171 172 173 |
# File 'sig/types.rbs', line 171 def path @path end |
#type ⇒ ::String
Returns the value of attribute type.
169 170 171 |
# File 'sig/types.rbs', line 169 def type @type end |