Class: Aws::Types::DeleteAssetModelInterfaceRelationshipResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAssetModelInterfaceRelationshipResponse
- 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.
-
#interface_asset_model_id ⇒ ::String
Returns the value of attribute interface_asset_model_id.
Instance Attribute Details
#asset_model_arn ⇒ ::String
Returns the value of attribute asset_model_arn.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def asset_model_arn @asset_model_arn end |
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def asset_model_id @asset_model_id end |
#asset_model_status ⇒ Types::AssetModelStatus
Returns the value of attribute asset_model_status.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def asset_model_status @asset_model_status end |
#interface_asset_model_id ⇒ ::String
Returns the value of attribute interface_asset_model_id.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def interface_asset_model_id @interface_asset_model_id end |