Class: Aws::BackupStorage::Types::ListObjectsInput

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

#created_afterTime

(Optional) Created after filter

Returns:

  • (Time)


335
336
337
338
339
340
341
342
343
344
345
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 335

class ListObjectsInput < Struct.new(
  :storage_job_id,
  :starting_object_name,
  :starting_object_prefix,
  :max_results,
  :next_token,
  :created_before,
  :created_after)
  SENSITIVE = []
  include Aws::Structure
end

#created_beforeTime

(Optional) Created before filter

Returns:

  • (Time)


335
336
337
338
339
340
341
342
343
344
345
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 335

class ListObjectsInput < Struct.new(
  :storage_job_id,
  :starting_object_name,
  :starting_object_prefix,
  :max_results,
  :next_token,
  :created_before,
  :created_after)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Maximum objects count

Returns:

  • (Integer)


335
336
337
338
339
340
341
342
343
344
345
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 335

class ListObjectsInput < Struct.new(
  :storage_job_id,
  :starting_object_name,
  :starting_object_prefix,
  :max_results,
  :next_token,
  :created_before,
  :created_after)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Pagination token

Returns:

  • (String)


335
336
337
338
339
340
341
342
343
344
345
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 335

class ListObjectsInput < Struct.new(
  :storage_job_id,
  :starting_object_name,
  :starting_object_prefix,
  :max_results,
  :next_token,
  :created_before,
  :created_after)
  SENSITIVE = []
  include Aws::Structure
end

#starting_object_nameString

Optional, specifies the starting Object name to list from. Ignored if NextToken is not NULL

Returns:

  • (String)


335
336
337
338
339
340
341
342
343
344
345
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 335

class ListObjectsInput < Struct.new(
  :storage_job_id,
  :starting_object_name,
  :starting_object_prefix,
  :max_results,
  :next_token,
  :created_before,
  :created_after)
  SENSITIVE = []
  include Aws::Structure
end

#starting_object_prefixString

Optional, specifies the starting Object prefix to list from. Ignored if NextToken is not NULL

Returns:

  • (String)


335
336
337
338
339
340
341
342
343
344
345
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 335

class ListObjectsInput < Struct.new(
  :storage_job_id,
  :starting_object_name,
  :starting_object_prefix,
  :max_results,
  :next_token,
  :created_before,
  :created_after)
  SENSITIVE = []
  include Aws::Structure
end

#storage_job_idString

Storage job id

Returns:

  • (String)


335
336
337
338
339
340
341
342
343
344
345
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 335

class ListObjectsInput < Struct.new(
  :storage_job_id,
  :starting_object_name,
  :starting_object_prefix,
  :max_results,
  :next_token,
  :created_before,
  :created_after)
  SENSITIVE = []
  include Aws::Structure
end