Class: Aws::BackupStorage::Types::PutChunkInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backup_job_idString

Backup job Id for the in-progress backup.

Returns:

  • (String)


478
479
480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 478

class PutChunkInput < Struct.new(
  :backup_job_id,
  :upload_id,
  :chunk_index,
  :data,
  :length,
  :checksum,
  :checksum_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#checksumString

Data checksum

Returns:

  • (String)


478
479
480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 478

class PutChunkInput < Struct.new(
  :backup_job_id,
  :upload_id,
  :chunk_index,
  :data,
  :length,
  :checksum,
  :checksum_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#checksum_algorithmString

Checksum algorithm

Returns:

  • (String)


478
479
480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 478

class PutChunkInput < Struct.new(
  :backup_job_id,
  :upload_id,
  :chunk_index,
  :data,
  :length,
  :checksum,
  :checksum_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#chunk_indexInteger

Describes this chunk's position relative to the other chunks

Returns:

  • (Integer)


478
479
480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 478

class PutChunkInput < Struct.new(
  :backup_job_id,
  :upload_id,
  :chunk_index,
  :data,
  :length,
  :checksum,
  :checksum_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#dataIO

Data to be uploaded

Returns:

  • (IO)


478
479
480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 478

class PutChunkInput < Struct.new(
  :backup_job_id,
  :upload_id,
  :chunk_index,
  :data,
  :length,
  :checksum,
  :checksum_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#lengthInteger

Data length

Returns:

  • (Integer)


478
479
480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 478

class PutChunkInput < Struct.new(
  :backup_job_id,
  :upload_id,
  :chunk_index,
  :data,
  :length,
  :checksum,
  :checksum_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#upload_idString

Upload Id for the in-progress upload.

Returns:

  • (String)


478
479
480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 478

class PutChunkInput < Struct.new(
  :backup_job_id,
  :upload_id,
  :chunk_index,
  :data,
  :length,
  :checksum,
  :checksum_algorithm)
  SENSITIVE = []
  include Aws::Structure
end