Class: Aws::CloudHSMV2::Types::DestinationBackup
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::DestinationBackup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsmv2/types.rb
Overview
Contains information about the backup that will be copied and created by the CopyBackupToRegion operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#create_timestamp ⇒ Time
The date and time when both the source backup was created.
-
#source_backup ⇒ String
The identifier (ID) of the source backup from which the new backup was copied.
-
#source_cluster ⇒ String
The identifier (ID) of the cluster containing the source backup from which the new backup was copied.
-
#source_region ⇒ String
The AWS region that contains the source backup from which the new backup was copied.
Instance Attribute Details
#create_timestamp ⇒ Time
The date and time when both the source backup was created.
774 775 776 777 778 779 780 781 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 774 class DestinationBackup < Struct.new( :create_timestamp, :source_region, :source_backup, :source_cluster) SENSITIVE = [] include Aws::Structure end |
#source_backup ⇒ String
The identifier (ID) of the source backup from which the new backup was copied.
774 775 776 777 778 779 780 781 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 774 class DestinationBackup < Struct.new( :create_timestamp, :source_region, :source_backup, :source_cluster) SENSITIVE = [] include Aws::Structure end |
#source_cluster ⇒ String
The identifier (ID) of the cluster containing the source backup from which the new backup was copied.
774 775 776 777 778 779 780 781 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 774 class DestinationBackup < Struct.new( :create_timestamp, :source_region, :source_backup, :source_cluster) SENSITIVE = [] include Aws::Structure end |
#source_region ⇒ String
The AWS region that contains the source backup from which the new backup was copied.
774 775 776 777 778 779 780 781 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 774 class DestinationBackup < Struct.new( :create_timestamp, :source_region, :source_backup, :source_cluster) SENSITIVE = [] include Aws::Structure end |