DescribeBackupsResponse

public struct DescribeBackupsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Any array of backups.

    Declaration

    Swift

    public let backups: [Backup]?
  • 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.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(backups: [Backup]? = nil, nextToken: String? = nil)