Class: Aws::CloudHSMV2::Types::CopyBackupToRegionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::CopyBackupToRegionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsmv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_id ⇒ String
The ID of the backup that will be copied to the destination region.
-
#destination_region ⇒ String
The AWS region that will contain your copied CloudHSM cluster backup.
-
#tag_list ⇒ Array<Types::Tag>
Tags to apply to the destination backup during creation.
Instance Attribute Details
#backup_id ⇒ String
The ID of the backup that will be copied to the destination region.
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_region ⇒ String
The AWS region that will contain your copied CloudHSM cluster backup.
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_list ⇒ Array<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.
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 |