Class: Fog::AWS::Storage::File::UploadPartData

Inherits:
Struct
  • Object
show all
Defined in:
lib/fog/aws/models/storage/file.rb

Instance Attribute Summary collapse

Instance Attribute Details

#etagObject

Returns the value of attribute etag

Returns:

  • (Object)

    the current value of etag



38
39
40
# File 'lib/fog/aws/models/storage/file.rb', line 38

def etag
  @etag
end

#part_numberObject

Returns the value of attribute part_number

Returns:

  • (Object)

    the current value of part_number



38
39
40
# File 'lib/fog/aws/models/storage/file.rb', line 38

def part_number
  @part_number
end

#upload_optionsObject

Returns the value of attribute upload_options

Returns:

  • (Object)

    the current value of upload_options



38
39
40
# File 'lib/fog/aws/models/storage/file.rb', line 38

def upload_options
  @upload_options
end