Class: Aws::Backup::Types::DeleteBackupAccessPointInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::DeleteBackupAccessPointInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_point_arn ⇒ String
The Amazon Resource Name (ARN) of the backup access point to delete.
Instance Attribute Details
#access_point_arn ⇒ String
The Amazon Resource Name (ARN) of the backup access point to delete.
2735 2736 2737 2738 2739 |
# File 'lib/aws-sdk-backup/types.rb', line 2735 class DeleteBackupAccessPointInput < Struct.new( :access_point_arn) SENSITIVE = [] include Aws::Structure end |