Class: Aws::Backup::Types::DescribeBackupAccessPointInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::DescribeBackupAccessPointInput
- 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 describe.
Instance Attribute Details
#access_point_arn ⇒ String
The Amazon Resource Name (ARN) of the backup access point to describe.
2986 2987 2988 2989 2990 |
# File 'lib/aws-sdk-backup/types.rb', line 2986 class DescribeBackupAccessPointInput < Struct.new( :access_point_arn) SENSITIVE = [] include Aws::Structure end |