Class: Aws::Types::DeleteAssetModelInterfaceRelationshipRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAssetModelInterfaceRelationshipRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#interface_asset_model_id ⇒ ::String
Returns the value of attribute interface_asset_model_id.
Instance Attribute Details
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def asset_model_id @asset_model_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def client_token @client_token end |
#interface_asset_model_id ⇒ ::String
Returns the value of attribute interface_asset_model_id.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def interface_asset_model_id @interface_asset_model_id end |