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.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def asset_model_id @asset_model_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def client_token @client_token end |
#interface_asset_model_id ⇒ ::String
Returns the value of attribute interface_asset_model_id.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def interface_asset_model_id @interface_asset_model_id end |