You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudHSMV2::Types::DestinationBackup

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains information about the backup that will be copied and created by the CopyBackupToRegion operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#create_timestampTime

The date and time when both the source backup was created.

Returns:

  • (Time)

    The date and time when both the source backup was created.

#source_backupString

The identifier (ID) of the source backup from which the new backup was copied.

Returns:

  • (String)

    The identifier (ID) of the source backup from which the new backup was copied.

#source_clusterString

The identifier (ID) of the cluster containing the source backup from which the new backup was copied.

Returns:

  • (String)

    The identifier (ID) of the cluster containing the source backup from which the new backup was copied.

#source_regionString

The AWS region that contains the source backup from which the new backup was copied.

Returns:

  • (String)

    The AWS region that contains the source backup from which the new backup was copied.