Class: Aws::S3::DirectoryUploader::FileProducer::UploadEntry Private
- Inherits:
-
Object
- Object
- Aws::S3::DirectoryUploader::FileProducer::UploadEntry
- Defined in:
- lib/aws-sdk-s3/directory_uploader.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
- #params ⇒ Object readonly private
- #path ⇒ Object readonly private
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ UploadEntry
constructor
private
A new instance of UploadEntry.
Constructor Details
#initialize(opts = {}) ⇒ UploadEntry
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of UploadEntry.
260 261 262 263 |
# File 'lib/aws-sdk-s3/directory_uploader.rb', line 260 def initialize(opts = {}) @path = opts[:path] @params = opts[:params] end |
Instance Attribute Details
#params ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
265 266 267 |
# File 'lib/aws-sdk-s3/directory_uploader.rb', line 265 def params @params end |
#path ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
265 266 267 |
# File 'lib/aws-sdk-s3/directory_uploader.rb', line 265 def path @path end |