You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudHSMV2::Types::ModifyBackupAttributesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::ModifyBackupAttributesResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#backup ⇒ Types::Backup
Contains information about a backup of an AWS CloudHSM cluster.
Instance Attribute Details
#backup ⇒ Types::Backup
Contains information about a backup of an AWS CloudHSM cluster. All backup objects contain the BackupId
, BackupState
, ClusterId
, and CreateTimestamp
parameters. Backups that were copied into a destination region additionally contain the CopyTimestamp
, SourceBackup
, SourceCluster
, and SourceRegion
parameters. A backup that is pending deletion will include the DeleteTimestamp
parameter.