Class: Aws::Backup::Types::RecoveryPointMember
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::RecoveryPointMember
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
This is a recovery point which is a child (nested) recovery point of a parent (composite) recovery point. These recovery points can be disassociated from their parent (composite) recovery point, in which case they will no longer be a member.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_vault_name ⇒ String
The name of the backup vault (the logical container in which backups are stored).
-
#recovery_point_arn ⇒ String
The Amazon Resource Name (ARN) of the parent (composite) recovery point.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies a saved resource.
-
#resource_type ⇒ String
The Amazon Web Services resource type that is saved as a recovery point.
Instance Attribute Details
#backup_vault_name ⇒ String
The name of the backup vault (the logical container in which backups are stored).
6775 6776 6777 6778 6779 6780 6781 6782 |
# File 'lib/aws-sdk-backup/types.rb', line 6775 class RecoveryPointMember < Struct.new( :recovery_point_arn, :resource_arn, :resource_type, :backup_vault_name) SENSITIVE = [] include Aws::Structure end |
#recovery_point_arn ⇒ String
The Amazon Resource Name (ARN) of the parent (composite) recovery point.
6775 6776 6777 6778 6779 6780 6781 6782 |
# File 'lib/aws-sdk-backup/types.rb', line 6775 class RecoveryPointMember < Struct.new( :recovery_point_arn, :resource_arn, :resource_type, :backup_vault_name) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies a saved resource.
6775 6776 6777 6778 6779 6780 6781 6782 |
# File 'lib/aws-sdk-backup/types.rb', line 6775 class RecoveryPointMember < Struct.new( :recovery_point_arn, :resource_arn, :resource_type, :backup_vault_name) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The Amazon Web Services resource type that is saved as a recovery point.
6775 6776 6777 6778 6779 6780 6781 6782 |
# File 'lib/aws-sdk-backup/types.rb', line 6775 class RecoveryPointMember < Struct.new( :recovery_point_arn, :resource_arn, :resource_type, :backup_vault_name) SENSITIVE = [] include Aws::Structure end |