Class: Aws::Types::DeleteAssetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAssetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def asset_id @asset_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def client_token @client_token end |