Class: Aws::SecurityHub::Types::AwsBackupRecoveryPointDetails
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SecurityHub::Types::AwsBackupRecoveryPointDetails
 
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Contains detailed information about the recovery points stored in an Backup backup vault. A backup, or recovery point, represents the content of a resource at a specified time.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #backup_size_in_bytes  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The size, in bytes, of a backup. 
- 
  
    
      #backup_vault_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An Amazon Resource Name (ARN) that uniquely identifies a backup vault. 
- 
  
    
      #backup_vault_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of a logical container where backups are stored. 
- 
  
    
      #calculated_lifecycle  ⇒ Types::AwsBackupRecoveryPointCalculatedLifecycleDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A CalculatedLifecycleobject containingDeleteAtandMoveToColdStorageAttimestamps.
- 
  
    
      #completion_date  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time that a job to create a recovery point is completed, in Unix format and UTC. 
- 
  
    
      #created_by  ⇒ Types::AwsBackupRecoveryPointCreatedByDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Contains identifying information about the creation of a recovery point, including the BackupPlanArn,BackupPlanId,BackupPlanVersion, andBackupRuleIdof the backup plan that is used to create it.
- 
  
    
      #creation_date  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time a recovery point is created, in Unix format and UTC. 
- 
  
    
      #encryption_key_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN for the server-side encryption key that is used to protect your backups. 
- 
  
    
      #iam_role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the IAM role ARN used to create the target recovery point. 
- 
  
    
      #is_encrypted  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A Boolean value that is returned as TRUEif the specified recovery point is encrypted, orFALSEif the recovery point is not encrypted.
- 
  
    
      #last_restore_time  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time that a recovery point was last restored, in Unix format and UTC. 
- 
  
    
      #lifecycle  ⇒ Types::AwsBackupRecoveryPointLifecycleDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. 
- 
  
    
      #recovery_point_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An ARN that uniquely identifies a recovery point. 
- 
  
    
      #resource_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An ARN that uniquely identifies a resource. 
- 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of Amazon Web Services resource saved as a recovery point, such as an Amazon EBS volume or an Amazon RDS database. 
- 
  
    
      #source_backup_vault_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN for the backup vault where the recovery point was originally copied from. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A status code specifying the state of the recovery point. 
- 
  
    
      #status_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A message explaining the reason of the recovery point deletion failure. 
- 
  
    
      #storage_class  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the storage class of the recovery point. 
Instance Attribute Details
#backup_size_in_bytes ⇒ Integer
The size, in bytes, of a backup.
| 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3666 class AwsBackupRecoveryPointDetails < Struct.new( :backup_size_in_bytes, :backup_vault_arn, :backup_vault_name, :calculated_lifecycle, :completion_date, :created_by, :creation_date, :encryption_key_arn, :iam_role_arn, :is_encrypted, :last_restore_time, :lifecycle, :recovery_point_arn, :resource_arn, :resource_type, :source_backup_vault_arn, :status, :status_message, :storage_class) SENSITIVE = [] include Aws::Structure end | 
#backup_vault_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies a backup vault.
| 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3666 class AwsBackupRecoveryPointDetails < Struct.new( :backup_size_in_bytes, :backup_vault_arn, :backup_vault_name, :calculated_lifecycle, :completion_date, :created_by, :creation_date, :encryption_key_arn, :iam_role_arn, :is_encrypted, :last_restore_time, :lifecycle, :recovery_point_arn, :resource_arn, :resource_type, :source_backup_vault_arn, :status, :status_message, :storage_class) SENSITIVE = [] include Aws::Structure end | 
#backup_vault_name ⇒ String
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the Amazon Web Services account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
| 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3666 class AwsBackupRecoveryPointDetails < Struct.new( :backup_size_in_bytes, :backup_vault_arn, :backup_vault_name, :calculated_lifecycle, :completion_date, :created_by, :creation_date, :encryption_key_arn, :iam_role_arn, :is_encrypted, :last_restore_time, :lifecycle, :recovery_point_arn, :resource_arn, :resource_type, :source_backup_vault_arn, :status, :status_message, :storage_class) SENSITIVE = [] include Aws::Structure end | 
#calculated_lifecycle ⇒ Types::AwsBackupRecoveryPointCalculatedLifecycleDetails
A CalculatedLifecycle object containing DeleteAt and
MoveToColdStorageAt timestamps.
| 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3666 class AwsBackupRecoveryPointDetails < Struct.new( :backup_size_in_bytes, :backup_vault_arn, :backup_vault_name, :calculated_lifecycle, :completion_date, :created_by, :creation_date, :encryption_key_arn, :iam_role_arn, :is_encrypted, :last_restore_time, :lifecycle, :recovery_point_arn, :resource_arn, :resource_type, :source_backup_vault_arn, :status, :status_message, :storage_class) SENSITIVE = [] include Aws::Structure end | 
#completion_date ⇒ String
The date and time that a job to create a recovery point is
completed, in Unix format and UTC. The value of CompletionDate is
accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.
| 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3666 class AwsBackupRecoveryPointDetails < Struct.new( :backup_size_in_bytes, :backup_vault_arn, :backup_vault_name, :calculated_lifecycle, :completion_date, :created_by, :creation_date, :encryption_key_arn, :iam_role_arn, :is_encrypted, :last_restore_time, :lifecycle, :recovery_point_arn, :resource_arn, :resource_type, :source_backup_vault_arn, :status, :status_message, :storage_class) SENSITIVE = [] include Aws::Structure end | 
#created_by ⇒ Types::AwsBackupRecoveryPointCreatedByDetails
Contains identifying information about the creation of a recovery
point, including the BackupPlanArn, BackupPlanId,
BackupPlanVersion, and BackupRuleId of the backup plan that is
used to create it.
| 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3666 class AwsBackupRecoveryPointDetails < Struct.new( :backup_size_in_bytes, :backup_vault_arn, :backup_vault_name, :calculated_lifecycle, :completion_date, :created_by, :creation_date, :encryption_key_arn, :iam_role_arn, :is_encrypted, :last_restore_time, :lifecycle, :recovery_point_arn, :resource_arn, :resource_type, :source_backup_vault_arn, :status, :status_message, :storage_class) SENSITIVE = [] include Aws::Structure end | 
#creation_date ⇒ String
The date and time a recovery point is created, in Unix format and
UTC. The value of CreationDate is accurate to milliseconds. For
example, the value 1516925490.087 represents Friday, January 26,
2018 12:11:30.087 AM.
| 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3666 class AwsBackupRecoveryPointDetails < Struct.new( :backup_size_in_bytes, :backup_vault_arn, :backup_vault_name, :calculated_lifecycle, :completion_date, :created_by, :creation_date, :encryption_key_arn, :iam_role_arn, :is_encrypted, :last_restore_time, :lifecycle, :recovery_point_arn, :resource_arn, :resource_type, :source_backup_vault_arn, :status, :status_message, :storage_class) SENSITIVE = [] include Aws::Structure end | 
#encryption_key_arn ⇒ String
The ARN for the server-side encryption key that is used to protect your backups.
| 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3666 class AwsBackupRecoveryPointDetails < Struct.new( :backup_size_in_bytes, :backup_vault_arn, :backup_vault_name, :calculated_lifecycle, :completion_date, :created_by, :creation_date, :encryption_key_arn, :iam_role_arn, :is_encrypted, :last_restore_time, :lifecycle, :recovery_point_arn, :resource_arn, :resource_type, :source_backup_vault_arn, :status, :status_message, :storage_class) SENSITIVE = [] include Aws::Structure end | 
#iam_role_arn ⇒ String
Specifies the IAM role ARN used to create the target recovery point
| 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3666 class AwsBackupRecoveryPointDetails < Struct.new( :backup_size_in_bytes, :backup_vault_arn, :backup_vault_name, :calculated_lifecycle, :completion_date, :created_by, :creation_date, :encryption_key_arn, :iam_role_arn, :is_encrypted, :last_restore_time, :lifecycle, :recovery_point_arn, :resource_arn, :resource_type, :source_backup_vault_arn, :status, :status_message, :storage_class) SENSITIVE = [] include Aws::Structure end | 
#is_encrypted ⇒ Boolean
A Boolean value that is returned as TRUE if the specified recovery
point is encrypted, or FALSE if the recovery point is not
encrypted.
| 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3666 class AwsBackupRecoveryPointDetails < Struct.new( :backup_size_in_bytes, :backup_vault_arn, :backup_vault_name, :calculated_lifecycle, :completion_date, :created_by, :creation_date, :encryption_key_arn, :iam_role_arn, :is_encrypted, :last_restore_time, :lifecycle, :recovery_point_arn, :resource_arn, :resource_type, :source_backup_vault_arn, :status, :status_message, :storage_class) SENSITIVE = [] include Aws::Structure end | 
#last_restore_time ⇒ String
The date and time that a recovery point was last restored, in Unix
format and UTC. The value of LastRestoreTime is accurate to
milliseconds. For example, the value 1516925490.087 represents
Friday, January 26, 2018 12:11:30.087 AM.
| 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3666 class AwsBackupRecoveryPointDetails < Struct.new( :backup_size_in_bytes, :backup_vault_arn, :backup_vault_name, :calculated_lifecycle, :completion_date, :created_by, :creation_date, :encryption_key_arn, :iam_role_arn, :is_encrypted, :last_restore_time, :lifecycle, :recovery_point_arn, :resource_arn, :resource_type, :source_backup_vault_arn, :status, :status_message, :storage_class) SENSITIVE = [] include Aws::Structure end | 
#lifecycle ⇒ Types::AwsBackupRecoveryPointLifecycleDetails
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define
| 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3666 class AwsBackupRecoveryPointDetails < Struct.new( :backup_size_in_bytes, :backup_vault_arn, :backup_vault_name, :calculated_lifecycle, :completion_date, :created_by, :creation_date, :encryption_key_arn, :iam_role_arn, :is_encrypted, :last_restore_time, :lifecycle, :recovery_point_arn, :resource_arn, :resource_type, :source_backup_vault_arn, :status, :status_message, :storage_class) SENSITIVE = [] include Aws::Structure end | 
#recovery_point_arn ⇒ String
An ARN that uniquely identifies a recovery point.
| 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3666 class AwsBackupRecoveryPointDetails < Struct.new( :backup_size_in_bytes, :backup_vault_arn, :backup_vault_name, :calculated_lifecycle, :completion_date, :created_by, :creation_date, :encryption_key_arn, :iam_role_arn, :is_encrypted, :last_restore_time, :lifecycle, :recovery_point_arn, :resource_arn, :resource_type, :source_backup_vault_arn, :status, :status_message, :storage_class) SENSITIVE = [] include Aws::Structure end | 
#resource_arn ⇒ String
An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
| 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3666 class AwsBackupRecoveryPointDetails < Struct.new( :backup_size_in_bytes, :backup_vault_arn, :backup_vault_name, :calculated_lifecycle, :completion_date, :created_by, :creation_date, :encryption_key_arn, :iam_role_arn, :is_encrypted, :last_restore_time, :lifecycle, :recovery_point_arn, :resource_arn, :resource_type, :source_backup_vault_arn, :status, :status_message, :storage_class) SENSITIVE = [] include Aws::Structure end | 
#resource_type ⇒ String
The type of Amazon Web Services resource saved as a recovery point, such as an Amazon EBS volume or an Amazon RDS database.
| 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3666 class AwsBackupRecoveryPointDetails < Struct.new( :backup_size_in_bytes, :backup_vault_arn, :backup_vault_name, :calculated_lifecycle, :completion_date, :created_by, :creation_date, :encryption_key_arn, :iam_role_arn, :is_encrypted, :last_restore_time, :lifecycle, :recovery_point_arn, :resource_arn, :resource_type, :source_backup_vault_arn, :status, :status_message, :storage_class) SENSITIVE = [] include Aws::Structure end | 
#source_backup_vault_arn ⇒ String
The ARN for the backup vault where the recovery point was originally copied from. If the recovery point is restored to the same account, this value will be null.
| 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3666 class AwsBackupRecoveryPointDetails < Struct.new( :backup_size_in_bytes, :backup_vault_arn, :backup_vault_name, :calculated_lifecycle, :completion_date, :created_by, :creation_date, :encryption_key_arn, :iam_role_arn, :is_encrypted, :last_restore_time, :lifecycle, :recovery_point_arn, :resource_arn, :resource_type, :source_backup_vault_arn, :status, :status_message, :storage_class) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
A status code specifying the state of the recovery point. Valid values are as follows:
- COMPLETED
- DELETING
- EXPIRED
- PARTIAL
| 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3666 class AwsBackupRecoveryPointDetails < Struct.new( :backup_size_in_bytes, :backup_vault_arn, :backup_vault_name, :calculated_lifecycle, :completion_date, :created_by, :creation_date, :encryption_key_arn, :iam_role_arn, :is_encrypted, :last_restore_time, :lifecycle, :recovery_point_arn, :resource_arn, :resource_type, :source_backup_vault_arn, :status, :status_message, :storage_class) SENSITIVE = [] include Aws::Structure end | 
#status_message ⇒ String
A message explaining the reason of the recovery point deletion failure.
| 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3666 class AwsBackupRecoveryPointDetails < Struct.new( :backup_size_in_bytes, :backup_vault_arn, :backup_vault_name, :calculated_lifecycle, :completion_date, :created_by, :creation_date, :encryption_key_arn, :iam_role_arn, :is_encrypted, :last_restore_time, :lifecycle, :recovery_point_arn, :resource_arn, :resource_type, :source_backup_vault_arn, :status, :status_message, :storage_class) SENSITIVE = [] include Aws::Structure end | 
#storage_class ⇒ String
Specifies the storage class of the recovery point. Valid values are as follows:
- COLD
- DELETED
- WARM
| 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3666 class AwsBackupRecoveryPointDetails < Struct.new( :backup_size_in_bytes, :backup_vault_arn, :backup_vault_name, :calculated_lifecycle, :completion_date, :created_by, :creation_date, :encryption_key_arn, :iam_role_arn, :is_encrypted, :last_restore_time, :lifecycle, :recovery_point_arn, :resource_arn, :resource_type, :source_backup_vault_arn, :status, :status_message, :storage_class) SENSITIVE = [] include Aws::Structure end |