Class: Aws::CloudHSMV2::Types::CopyBackupToRegionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::CopyBackupToRegionRequest
- Defined in:
- gems/aws-sdk-cloudhsmv2/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.
356 357 358 359 360 361 362 |
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 356 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.
356 357 358 359 360 361 362 |
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 356 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.
356 357 358 359 360 361 362 |
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 356 class CopyBackupToRegionRequest < Struct.new( :destination_region, :backup_id, :tag_list) SENSITIVE = [] include Aws::Structure end |