DescribeRecoveryPointInput

public struct DescribeRecoveryPointInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.

    Declaration

    Swift

    public let backupVaultName: String
  • An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

    Declaration

    Swift

    public let recoveryPointArn: String
  • Undocumented

    Declaration

    Swift

    public init(backupVaultName: String, recoveryPointArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws