Class: Aws::BackupStorage::Types::ListChunksInput

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

#max_resultsInteger

Maximum number of chunks

Returns:

  • (Integer)


277
278
279
280
281
282
283
284
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 277

class ListChunksInput < Struct.new(
  :storage_job_id,
  :object_token,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Pagination token

Returns:

  • (String)


277
278
279
280
281
282
283
284
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 277

class ListChunksInput < Struct.new(
  :storage_job_id,
  :object_token,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#object_tokenString

Object token

Returns:

  • (String)


277
278
279
280
281
282
283
284
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 277

class ListChunksInput < Struct.new(
  :storage_job_id,
  :object_token,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#storage_job_idString

Storage job id

Returns:

  • (String)


277
278
279
280
281
282
283
284
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 277

class ListChunksInput < Struct.new(
  :storage_job_id,
  :object_token,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end