Class: Aws::Backup::Types::GetRecoveryPointRestoreMetadataOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::GetRecoveryPointRestoreMetadataOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:restore_metadata]
Instance Attribute Summary collapse
-
#backup_vault_arn ⇒ String
An ARN that uniquely identifies a backup vault; for example, ‘arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault`.
-
#recovery_point_arn ⇒ String
An ARN that uniquely identifies a recovery point; for example, ‘arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45`.
-
#resource_type ⇒ String
The resource type of the recovery point.
-
#restore_metadata ⇒ Hash<String,String>
The set of metadata key-value pairs that describe the original configuration of the backed-up resource.
Instance Attribute Details
#backup_vault_arn ⇒ String
An ARN that uniquely identifies a backup vault; for example, ‘arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault`.
4000 4001 4002 4003 4004 4005 4006 4007 |
# File 'lib/aws-sdk-backup/types.rb', line 4000 class GetRecoveryPointRestoreMetadataOutput < Struct.new( :backup_vault_arn, :recovery_point_arn, :restore_metadata, :resource_type) SENSITIVE = [:restore_metadata] include Aws::Structure end |
#recovery_point_arn ⇒ String
An ARN that uniquely identifies a recovery point; for example, ‘arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45`.
4000 4001 4002 4003 4004 4005 4006 4007 |
# File 'lib/aws-sdk-backup/types.rb', line 4000 class GetRecoveryPointRestoreMetadataOutput < Struct.new( :backup_vault_arn, :recovery_point_arn, :restore_metadata, :resource_type) SENSITIVE = [:restore_metadata] include Aws::Structure end |
#resource_type ⇒ String
The resource type of the recovery point.
4000 4001 4002 4003 4004 4005 4006 4007 |
# File 'lib/aws-sdk-backup/types.rb', line 4000 class GetRecoveryPointRestoreMetadataOutput < Struct.new( :backup_vault_arn, :recovery_point_arn, :restore_metadata, :resource_type) SENSITIVE = [:restore_metadata] include Aws::Structure end |
#restore_metadata ⇒ Hash<String,String>
The set of metadata key-value pairs that describe the original configuration of the backed-up resource. These values vary depending on the service that is being restored.
4000 4001 4002 4003 4004 4005 4006 4007 |
# File 'lib/aws-sdk-backup/types.rb', line 4000 class GetRecoveryPointRestoreMetadataOutput < Struct.new( :backup_vault_arn, :recovery_point_arn, :restore_metadata, :resource_type) SENSITIVE = [:restore_metadata] include Aws::Structure end |