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

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

Overview

Response object for ‘DescribeBackups` operation.

Instance Attribute Summary collapse

Instance Attribute Details

#backupsArray<Types::Backup>

Any array of backups.

Returns:



769
770
771
772
773
# File 'lib/aws-sdk-fsx/types.rb', line 769

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

#next_tokenString

This is present if there are more backups than returned in the response (String). You can use the ‘NextToken` value in the later request to fetch the backups.

Returns:

  • (String)


769
770
771
772
773
# File 'lib/aws-sdk-fsx/types.rb', line 769

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