Class: Aws::Types::DeleteAssetModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAssetModelRequest
- 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.
-
#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_id ⇒ ::String
Returns the value of attribute asset_model_id.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def asset_model_id @asset_model_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def client_token @client_token end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def if_match @if_match end |
#if_none_match ⇒ ::String
Returns the value of attribute if_none_match.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def if_none_match @if_none_match end |
#match_for_version_type ⇒ "LATEST", "ACTIVE"
Returns the value of attribute match_for_version_type.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def match_for_version_type @match_for_version_type end |