Class: Aws::Backup::Types::RecoveryPointMember
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::RecoveryPointMember
- Defined in:
- gems/aws-sdk-backup/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
-
#recovery_point_arn ⇒ String
This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.
Instance Attribute Details
#recovery_point_arn ⇒ String
This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.
5135 5136 5137 5138 5139 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5135 class RecoveryPointMember < Struct.new( :recovery_point_arn) SENSITIVE = [] include Aws::Structure end |