Class: Aws::Types::DeleteAssetFileRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAssetFileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#path ⇒ ::String
Returns the value of attribute path.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
422 423 424 |
# File 'sig/types.rbs', line 422 def agent_space_id @agent_space_id end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
423 424 425 |
# File 'sig/types.rbs', line 423 def asset_id @asset_id end |
#path ⇒ ::String
Returns the value of attribute path.
424 425 426 |
# File 'sig/types.rbs', line 424 def path @path end |