Class: Aws::Backup::Types::CreateRestoreAccessBackupVaultOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::CreateRestoreAccessBackupVaultOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date ⇒ Time
>The date and time when the restore access backup vault was created, in Unix format and Coordinated Universal Time.
-
#restore_access_backup_vault_arn ⇒ String
The ARN that uniquely identifies the created restore access backup vault.
-
#restore_access_backup_vault_name ⇒ String
The name of the created restore access backup vault.
-
#vault_state ⇒ String
The current state of the restore access backup vault.
Instance Attribute Details
#creation_date ⇒ Time
>The date and time when the restore access backup vault was created, in Unix format and Coordinated Universal Time
2397 2398 2399 2400 2401 2402 2403 2404 |
# File 'lib/aws-sdk-backup/types.rb', line 2397 class CreateRestoreAccessBackupVaultOutput < Struct.new( :restore_access_backup_vault_arn, :vault_state, :restore_access_backup_vault_name, :creation_date) SENSITIVE = [] include Aws::Structure end |
#restore_access_backup_vault_arn ⇒ String
The ARN that uniquely identifies the created restore access backup vault.
2397 2398 2399 2400 2401 2402 2403 2404 |
# File 'lib/aws-sdk-backup/types.rb', line 2397 class CreateRestoreAccessBackupVaultOutput < Struct.new( :restore_access_backup_vault_arn, :vault_state, :restore_access_backup_vault_name, :creation_date) SENSITIVE = [] include Aws::Structure end |
#restore_access_backup_vault_name ⇒ String
The name of the created restore access backup vault.
2397 2398 2399 2400 2401 2402 2403 2404 |
# File 'lib/aws-sdk-backup/types.rb', line 2397 class CreateRestoreAccessBackupVaultOutput < Struct.new( :restore_access_backup_vault_arn, :vault_state, :restore_access_backup_vault_name, :creation_date) SENSITIVE = [] include Aws::Structure end |
#vault_state ⇒ String
The current state of the restore access backup vault.
2397 2398 2399 2400 2401 2402 2403 2404 |
# File 'lib/aws-sdk-backup/types.rb', line 2397 class CreateRestoreAccessBackupVaultOutput < Struct.new( :restore_access_backup_vault_arn, :vault_state, :restore_access_backup_vault_name, :creation_date) SENSITIVE = [] include Aws::Structure end |