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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudhsmv2/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)


336
337
338
339
340
341
342
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 336

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)


336
337
338
339
340
341
342
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 336

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:



336
337
338
339
340
341
342
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 336

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