Class: Aws::Backup::Types::CreateBackupAccessPointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::CreateBackupAccessPointResponse
- 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) that uniquely identifies the created backup access point.
-
#status ⇒ String
The current status of the backup access point.
Instance Attribute Details
#access_point_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the created backup access point.
1909 1910 1911 1912 1913 1914 |
# File 'lib/aws-sdk-backup/types.rb', line 1909 class CreateBackupAccessPointResponse < Struct.new( :access_point_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the backup access point. A newly created
backup access point begins in the CREATING state and becomes
usable when it reaches AVAILABLE.
1909 1910 1911 1912 1913 1914 |
# File 'lib/aws-sdk-backup/types.rb', line 1909 class CreateBackupAccessPointResponse < Struct.new( :access_point_arn, :status) SENSITIVE = [] include Aws::Structure end |