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.
3283 3284 3285 |
# File 'sig/types.rbs', line 3283 def asset_model_arn @asset_model_arn end |
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
3281 3282 3283 |
# File 'sig/types.rbs', line 3281 def asset_model_id @asset_model_id end |
#asset_model_status ⇒ Types::AssetModelStatus
Returns the value of attribute asset_model_status.
3284 3285 3286 |
# File 'sig/types.rbs', line 3284 def asset_model_status @asset_model_status end |
#interface_asset_model_id ⇒ ::String
Returns the value of attribute interface_asset_model_id.
3282 3283 3284 |
# File 'sig/types.rbs', line 3282 def interface_asset_model_id @interface_asset_model_id end |