Class: Fog::AWS::Storage::File::UploadPartData
- Inherits:
-
Struct
- Object
- Struct
- Fog::AWS::Storage::File::UploadPartData
- Defined in:
- lib/fog/aws/models/storage/file.rb
Instance Attribute Summary collapse
-
#etag ⇒ Object
Returns the value of attribute etag.
-
#part_number ⇒ Object
Returns the value of attribute part_number.
-
#upload_options ⇒ Object
Returns the value of attribute upload_options.
Instance Attribute Details
#etag ⇒ Object
Returns the value of attribute etag
38 39 40 |
# File 'lib/fog/aws/models/storage/file.rb', line 38 def etag @etag end |
#part_number ⇒ Object
Returns the value of attribute part_number
38 39 40 |
# File 'lib/fog/aws/models/storage/file.rb', line 38 def part_number @part_number end |
#upload_options ⇒ Object
Returns the value of attribute upload_options
38 39 40 |
# File 'lib/fog/aws/models/storage/file.rb', line 38 def @upload_options end |