Class: Aws::Types::AssetModelSummary
- Inherits:
-
Object
- Object
- Aws::Types::AssetModelSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#asset_model_type ⇒ "ASSET_MODEL", ...
Returns the value of attribute asset_model_type.
-
#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.
-
#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::AssetModelStatus
Returns the value of attribute status.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
255 256 257 |
# File 'sig/types.rbs', line 255 def arn @arn end |
#asset_model_type ⇒ "ASSET_MODEL", ...
Returns the value of attribute asset_model_type.
257 258 259 |
# File 'sig/types.rbs', line 257 def asset_model_type @asset_model_type end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
259 260 261 |
# File 'sig/types.rbs', line 259 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
258 259 260 |
# File 'sig/types.rbs', line 258 def description @description end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
254 255 256 |
# File 'sig/types.rbs', line 254 def external_id @external_id end |
#id ⇒ ::String
Returns the value of attribute id.
253 254 255 |
# File 'sig/types.rbs', line 253 def id @id end |
#last_update_date ⇒ ::Time
Returns the value of attribute last_update_date.
260 261 262 |
# File 'sig/types.rbs', line 260 def last_update_date @last_update_date end |
#name ⇒ ::String
Returns the value of attribute name.
256 257 258 |
# File 'sig/types.rbs', line 256 def name @name end |
#status ⇒ Types::AssetModelStatus
Returns the value of attribute status.
261 262 263 |
# File 'sig/types.rbs', line 261 def status @status end |
#version ⇒ ::String
Returns the value of attribute version.
262 263 264 |
# File 'sig/types.rbs', line 262 def version @version end |