Class: Aws::Types::DeleteAssetModelCompositeModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAssetModelCompositeModelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_model_composite_model_id ⇒ ::String
Returns the value of attribute asset_model_composite_model_id.
-
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#if_match ⇒ ::String
Returns the value of attribute if_match.
-
#if_none_match ⇒ ::String
Returns the value of attribute if_none_match.
-
#match_for_version_type ⇒ "LATEST", "ACTIVE"
Returns the value of attribute match_for_version_type.
Instance Attribute Details
#asset_model_composite_model_id ⇒ ::String
Returns the value of attribute asset_model_composite_model_id.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def asset_model_composite_model_id @asset_model_composite_model_id end |
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def asset_model_id @asset_model_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def client_token @client_token end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def if_match @if_match end |
#if_none_match ⇒ ::String
Returns the value of attribute if_none_match.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def if_none_match @if_none_match end |
#match_for_version_type ⇒ "LATEST", "ACTIVE"
Returns the value of attribute match_for_version_type.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def match_for_version_type @match_for_version_type end |