Class: Aws::Types::PutAssetModelInterfaceRelationshipResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutAssetModelInterfaceRelationshipResponse
- 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.
3249 3250 3251 |
# File 'sig/types.rbs', line 3249 def asset_model_arn @asset_model_arn end |
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
3247 3248 3249 |
# File 'sig/types.rbs', line 3247 def asset_model_id @asset_model_id end |
#asset_model_status ⇒ Types::AssetModelStatus
Returns the value of attribute asset_model_status.
3250 3251 3252 |
# File 'sig/types.rbs', line 3250 def asset_model_status @asset_model_status end |
#interface_asset_model_id ⇒ ::String
Returns the value of attribute interface_asset_model_id.
3248 3249 3250 |
# File 'sig/types.rbs', line 3248 def interface_asset_model_id @interface_asset_model_id end |