Class: Aws::Types::AssetCompositeModel
- Inherits:
-
Object
- Object
- Aws::Types::AssetCompositeModel
- 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::AssetProperty]
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.
90 91 92 |
# File 'sig/types.rbs', line 90 def description @description end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
94 95 96 |
# File 'sig/types.rbs', line 94 def external_id @external_id end |
#id ⇒ ::String
Returns the value of attribute id.
93 94 95 |
# File 'sig/types.rbs', line 93 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
89 90 91 |
# File 'sig/types.rbs', line 89 def name @name end |
#properties ⇒ ::Array[Types::AssetProperty]
Returns the value of attribute properties.
92 93 94 |
# File 'sig/types.rbs', line 92 def properties @properties end |
#type ⇒ ::String
Returns the value of attribute type.
91 92 93 |
# File 'sig/types.rbs', line 91 def type @type end |