Class: Aws::BackupStorage::Types::NotifyObjectCompleteInput

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)


417
418
419
420
421
422
423
424
425
426
427
428
429
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 417

class NotifyObjectCompleteInput < Struct.new(
  :backup_job_id,
  :upload_id,
  :object_checksum,
  :object_checksum_algorithm,
  :metadata_string,
  :metadata_blob,
  :metadata_blob_length,
  :metadata_blob_checksum,
  :metadata_blob_checksum_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#metadata_blobIO

Optional metadata associated with an Object. Maximum length is 4MB.

Returns:

  • (IO)


417
418
419
420
421
422
423
424
425
426
427
428
429
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 417

class NotifyObjectCompleteInput < Struct.new(
  :backup_job_id,
  :upload_id,
  :object_checksum,
  :object_checksum_algorithm,
  :metadata_string,
  :metadata_blob,
  :metadata_blob_length,
  :metadata_blob_checksum,
  :metadata_blob_checksum_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#metadata_blob_checksumString

Checksum of MetadataBlob.

Returns:

  • (String)


417
418
419
420
421
422
423
424
425
426
427
428
429
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 417

class NotifyObjectCompleteInput < Struct.new(
  :backup_job_id,
  :upload_id,
  :object_checksum,
  :object_checksum_algorithm,
  :metadata_string,
  :metadata_blob,
  :metadata_blob_length,
  :metadata_blob_checksum,
  :metadata_blob_checksum_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#metadata_blob_checksum_algorithmString

Checksum algorithm.

Returns:

  • (String)


417
418
419
420
421
422
423
424
425
426
427
428
429
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 417

class NotifyObjectCompleteInput < Struct.new(
  :backup_job_id,
  :upload_id,
  :object_checksum,
  :object_checksum_algorithm,
  :metadata_string,
  :metadata_blob,
  :metadata_blob_length,
  :metadata_blob_checksum,
  :metadata_blob_checksum_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#metadata_blob_lengthInteger

The size of MetadataBlob.

Returns:

  • (Integer)


417
418
419
420
421
422
423
424
425
426
427
428
429
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 417

class NotifyObjectCompleteInput < Struct.new(
  :backup_job_id,
  :upload_id,
  :object_checksum,
  :object_checksum_algorithm,
  :metadata_string,
  :metadata_blob,
  :metadata_blob_length,
  :metadata_blob_checksum,
  :metadata_blob_checksum_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#metadata_stringString

Optional metadata associated with an Object. Maximum string length is 256 bytes.

Returns:

  • (String)


417
418
419
420
421
422
423
424
425
426
427
428
429
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 417

class NotifyObjectCompleteInput < Struct.new(
  :backup_job_id,
  :upload_id,
  :object_checksum,
  :object_checksum_algorithm,
  :metadata_string,
  :metadata_blob,
  :metadata_blob_length,
  :metadata_blob_checksum,
  :metadata_blob_checksum_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#object_checksumString

Object checksum

Returns:

  • (String)


417
418
419
420
421
422
423
424
425
426
427
428
429
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 417

class NotifyObjectCompleteInput < Struct.new(
  :backup_job_id,
  :upload_id,
  :object_checksum,
  :object_checksum_algorithm,
  :metadata_string,
  :metadata_blob,
  :metadata_blob_length,
  :metadata_blob_checksum,
  :metadata_blob_checksum_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#object_checksum_algorithmString

Checksum algorithm

Returns:

  • (String)


417
418
419
420
421
422
423
424
425
426
427
428
429
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 417

class NotifyObjectCompleteInput < Struct.new(
  :backup_job_id,
  :upload_id,
  :object_checksum,
  :object_checksum_algorithm,
  :metadata_string,
  :metadata_blob,
  :metadata_blob_length,
  :metadata_blob_checksum,
  :metadata_blob_checksum_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#upload_idString

Upload Id for the in-progress upload

Returns:

  • (String)


417
418
419
420
421
422
423
424
425
426
427
428
429
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 417

class NotifyObjectCompleteInput < Struct.new(
  :backup_job_id,
  :upload_id,
  :object_checksum,
  :object_checksum_algorithm,
  :metadata_string,
  :metadata_blob,
  :metadata_blob_length,
  :metadata_blob_checksum,
  :metadata_blob_checksum_algorithm)
  SENSITIVE = []
  include Aws::Structure
end