Class: Aws::Types::AssetSummary
- Inherits:
-
Object
- Object
- Aws::Types::AssetSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#hierarchies ⇒ ::Array[Types::AssetHierarchy]
Returns the value of attribute hierarchies.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_update_date ⇒ ::Time
Returns the value of attribute last_update_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ Types::AssetStatus
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
330 331 332 |
# File 'sig/types.rbs', line 330 def arn @arn end |
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
332 333 334 |
# File 'sig/types.rbs', line 332 def asset_model_id @asset_model_id end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
333 334 335 |
# File 'sig/types.rbs', line 333 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
337 338 339 |
# File 'sig/types.rbs', line 337 def description @description end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
329 330 331 |
# File 'sig/types.rbs', line 329 def external_id @external_id end |
#hierarchies ⇒ ::Array[Types::AssetHierarchy]
Returns the value of attribute hierarchies.
336 337 338 |
# File 'sig/types.rbs', line 336 def hierarchies @hierarchies end |
#id ⇒ ::String
Returns the value of attribute id.
328 329 330 |
# File 'sig/types.rbs', line 328 def id @id end |
#last_update_date ⇒ ::Time
Returns the value of attribute last_update_date.
334 335 336 |
# File 'sig/types.rbs', line 334 def last_update_date @last_update_date end |
#name ⇒ ::String
Returns the value of attribute name.
331 332 333 |
# File 'sig/types.rbs', line 331 def name @name end |
#status ⇒ Types::AssetStatus
Returns the value of attribute status.
335 336 337 |
# File 'sig/types.rbs', line 335 def status @status end |