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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudhsmv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backup_idString

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

Returns:

  • (String)


390
391
392
393
394
395
396
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 390

class CopyBackupToRegionRequest < Struct.new(
  :destination_region,
  :backup_id,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end

#destination_regionString

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

Returns:

  • (String)


390
391
392
393
394
395
396
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 390

class CopyBackupToRegionRequest < Struct.new(
  :destination_region,
  :backup_id,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end

#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:



390
391
392
393
394
395
396
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 390

class CopyBackupToRegionRequest < Struct.new(
  :destination_region,
  :backup_id,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end