Class: Aws::Types::CreateAssetModelResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateAssetModelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_model_arn ⇒ ::String
Returns the value of attribute asset_model_arn.
-
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
-
#asset_model_status ⇒ Types::AssetModelStatus
Returns the value of attribute asset_model_status.
Instance Attribute Details
#asset_model_arn ⇒ ::String
Returns the value of attribute asset_model_arn.
915 916 917 |
# File 'sig/types.rbs', line 915 def asset_model_arn @asset_model_arn end |
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
914 915 916 |
# File 'sig/types.rbs', line 914 def asset_model_id @asset_model_id end |
#asset_model_status ⇒ Types::AssetModelStatus
Returns the value of attribute asset_model_status.
916 917 918 |
# File 'sig/types.rbs', line 916 def asset_model_status @asset_model_status end |