Class: Aws::Types::AssetCompositeModelSummary
- Inherits:
-
Object
- Object
- Aws::Types::AssetCompositeModelSummary
- 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::AssetCompositeModelPathSegment]
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.
109 110 111 |
# File 'sig/types.rbs', line 109 def description @description end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
106 107 108 |
# File 'sig/types.rbs', line 106 def external_id @external_id end |
#id ⇒ ::String
Returns the value of attribute id.
105 106 107 |
# File 'sig/types.rbs', line 105 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
107 108 109 |
# File 'sig/types.rbs', line 107 def name @name end |
#path ⇒ ::Array[Types::AssetCompositeModelPathSegment]
Returns the value of attribute path.
110 111 112 |
# File 'sig/types.rbs', line 110 def path @path end |
#type ⇒ ::String
Returns the value of attribute type.
108 109 110 |
# File 'sig/types.rbs', line 108 def type @type end |