Class: Aws::Types::AssociatedAssetsSummary
- Inherits:
-
Object
- Object
- Aws::Types::AssociatedAssetsSummary
- 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.
368 369 370 |
# File 'sig/types.rbs', line 368 def arn @arn end |
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
370 371 372 |
# File 'sig/types.rbs', line 370 def asset_model_id @asset_model_id end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
371 372 373 |
# File 'sig/types.rbs', line 371 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
375 376 377 |
# File 'sig/types.rbs', line 375 def description @description end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
367 368 369 |
# File 'sig/types.rbs', line 367 def external_id @external_id end |
#hierarchies ⇒ ::Array[Types::AssetHierarchy]
Returns the value of attribute hierarchies.
374 375 376 |
# File 'sig/types.rbs', line 374 def hierarchies @hierarchies end |
#id ⇒ ::String
Returns the value of attribute id.
366 367 368 |
# File 'sig/types.rbs', line 366 def id @id end |
#last_update_date ⇒ ::Time
Returns the value of attribute last_update_date.
372 373 374 |
# File 'sig/types.rbs', line 372 def last_update_date @last_update_date end |
#name ⇒ ::String
Returns the value of attribute name.
369 370 371 |
# File 'sig/types.rbs', line 369 def name @name end |
#status ⇒ Types::AssetStatus
Returns the value of attribute status.
373 374 375 |
# File 'sig/types.rbs', line 373 def status @status end |