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.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def asset_model_composite_model_id @asset_model_composite_model_id end |
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def asset_model_id @asset_model_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def client_token @client_token end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def if_match @if_match end |
#if_none_match ⇒ ::String
Returns the value of attribute if_none_match.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def if_none_match @if_none_match end |
#match_for_version_type ⇒ "LATEST", "ACTIVE"
Returns the value of attribute match_for_version_type.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def match_for_version_type @match_for_version_type end |