Class: Aws::FSx::Types::DescribeBackupsResponse

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

Overview

Response object for the DescribeBackups operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backupsArray<Types::Backup>

An array of backups.

Returns:



4721
4722
4723
4724
4725
4726
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4721

class DescribeBackupsResponse < Struct.new(
  :backups,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A NextToken value is present if there are more backups than returned in the response. You can use the NextToken value in the subsequent request to fetch the backups.

Returns:

  • (String)


4721
4722
4723
4724
4725
4726
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4721

class DescribeBackupsResponse < Struct.new(
  :backups,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end