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

Class: Aws::CloudHSMV2::Types::CopyBackupToRegionRequest

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

Overview

Note:

When passing CopyBackupToRegionRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  destination_region: "Region", # required
  backup_id: "BackupId", # required
  tag_list: [
    {
      key: "TagKey", # required
      value: "TagValue", # required
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#backup_idString

The ID of the backup that will be copied to the destination region.

Returns:

  • (String)

    The ID of the backup that will be copied to the destination region.

#destination_regionString

The AWS region that will contain your copied CloudHSM cluster backup.

Returns:

  • (String)

    The AWS region that will contain your copied CloudHSM cluster backup.

#tag_listArray<Types::Tag>

Tags to apply to the destination backup during creation. If you specify tags, only these tags will be applied to the destination backup. If you do not specify tags, the service copies tags from the source backup to the destination backup.

Returns:

  • (Array<Types::Tag>)

    Tags to apply to the destination backup during creation.