Class: Aws::MediaStoreData::Types::DeleteObjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaStoreData::Types::DeleteObjectRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediastoredata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#path ⇒ String
The path (including the file name) where the object is stored in the container.
Instance Attribute Details
#path ⇒ String
The path (including the file name) where the object is stored in the container. Format: <folder name>/<folder name>/<file name>
34 35 36 37 38 |
# File 'lib/aws-sdk-mediastoredata/types.rb', line 34 class DeleteObjectRequest < Struct.new( :path) SENSITIVE = [] include Aws::Structure end |