Class: Aws::Backup::Types::DescribeBackupAccessPointInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-backup/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_point_arnString

The Amazon Resource Name (ARN) of the backup access point to describe.

Returns:

  • (String)


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