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.
912 913 914 |
# File 'sig/types.rbs', line 912 def asset_model_arn @asset_model_arn end |
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
911 912 913 |
# File 'sig/types.rbs', line 911 def asset_model_id @asset_model_id end |
#asset_model_status ⇒ Types::AssetModelStatus
Returns the value of attribute asset_model_status.
913 914 915 |
# File 'sig/types.rbs', line 913 def asset_model_status @asset_model_status end |