You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::FSx::Types::DescribeBackupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DescribeBackupsResponse
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#backups ⇒ Array<Types::Backup>
Any array of backups.
-
#next_token ⇒ String
This is present if there are more backups than returned in the response (String).
Instance Attribute Details
#backups ⇒ Array<Types::Backup>
Any array of backups.
#next_token ⇒ String
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.