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.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def asset_model_arn @asset_model_arn end |
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def asset_model_id @asset_model_id end |
#asset_model_status ⇒ Types::AssetModelStatus
Returns the value of attribute asset_model_status.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def asset_model_status @asset_model_status end |
#interface_asset_model_id ⇒ ::String
Returns the value of attribute interface_asset_model_id.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def interface_asset_model_id @interface_asset_model_id end |