DescribeBackupsRequest

public struct DescribeBackupsRequest : AWSShape
extension OpsWorksCM.DescribeBackupsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Describes a single backup.

    Declaration

    Swift

    public let backupId: String?
  • This is not currently implemented for DescribeBackups requests.

    Declaration

    Swift

    public let maxResults: Int?
  • This is not currently implemented for DescribeBackups requests.

    Declaration

    Swift

    public let nextToken: String?
  • Returns backups for the server with the specified ServerName.

    Declaration

    Swift

    public let serverName: String?
  • Undocumented

    Declaration

    Swift

    public init(backupId: String? = nil, maxResults: Int? = nil, nextToken: String? = nil, serverName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws