Class: Aws::FSx::Types::DescribeBackupsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fsx/types.rb

Overview

The request object for the ‘DescribeBackups` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backup_idsArray<String>

The IDs of the backups that you want to retrieve. This parameter value overrides any filters. If any IDs aren’t found, a ‘BackupNotFound` error occurs.

Returns:

  • (Array<String>)


4763
4764
4765
4766
4767
4768
4769
4770
# File 'lib/aws-sdk-fsx/types.rb', line 4763

class DescribeBackupsRequest < Struct.new(
  :backup_ids,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#filtersArray<Types::Filter>

The filters structure. The supported names are ‘file-system-id`, `backup-type`, `file-system-type`, and `volume-id`.

Returns:



4763
4764
4765
4766
4767
4768
4769
4770
# File 'lib/aws-sdk-fsx/types.rb', line 4763

class DescribeBackupsRequest < Struct.new(
  :backup_ids,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Maximum number of backups to return in the response. This parameter value must be greater than 0. The number of items that Amazon FSx returns is the minimum of the ‘MaxResults` parameter specified in the request and the service’s internal maximum number of items per page.

Returns:

  • (Integer)


4763
4764
4765
4766
4767
4768
4769
4770
# File 'lib/aws-sdk-fsx/types.rb', line 4763

class DescribeBackupsRequest < Struct.new(
  :backup_ids,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An opaque pagination token returned from a previous ‘DescribeBackups` operation. If a token is present, the operation continues the list from where the returning call left off.

Returns:

  • (String)


4763
4764
4765
4766
4767
4768
4769
4770
# File 'lib/aws-sdk-fsx/types.rb', line 4763

class DescribeBackupsRequest < Struct.new(
  :backup_ids,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end