Class: Aws::Types::Backup
- Inherits:
-
Object
- Object
- Aws::Types::Backup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_id ⇒ ::String
Returns the value of attribute backup_id.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#directory_information ⇒ Types::ActiveDirectoryBackupAttributes
Returns the value of attribute directory_information.
-
#failure_details ⇒ Types::BackupFailureDetails
Returns the value of attribute failure_details.
-
#file_system ⇒ Types::FileSystem
Returns the value of attribute file_system.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#lifecycle ⇒ "AVAILABLE", ...
Returns the value of attribute lifecycle.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#progress_percent ⇒ ::Integer
Returns the value of attribute progress_percent.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_type ⇒ "FILE_SYSTEM", "VOLUME"
Returns the value of attribute resource_type.
-
#size_in_bytes ⇒ ::Integer
Returns the value of attribute size_in_bytes.
-
#source_backup_id ⇒ ::String
Returns the value of attribute source_backup_id.
-
#source_backup_region ⇒ ::String
Returns the value of attribute source_backup_region.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ "AUTOMATIC", ...
Returns the value of attribute type.
-
#volume ⇒ Types::Volume
Returns the value of attribute volume.
Instance Attribute Details
#backup_id ⇒ ::String
Returns the value of attribute backup_id.
92 93 94 |
# File 'sig/types.rbs', line 92 def backup_id @backup_id end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
97 98 99 |
# File 'sig/types.rbs', line 97 def creation_time @creation_time end |
#directory_information ⇒ Types::ActiveDirectoryBackupAttributes
Returns the value of attribute directory_information.
102 103 104 |
# File 'sig/types.rbs', line 102 def directory_information @directory_information end |
#failure_details ⇒ Types::BackupFailureDetails
Returns the value of attribute failure_details.
94 95 96 |
# File 'sig/types.rbs', line 94 def failure_details @failure_details end |
#file_system ⇒ Types::FileSystem
Returns the value of attribute file_system.
101 102 103 |
# File 'sig/types.rbs', line 101 def file_system @file_system end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
98 99 100 |
# File 'sig/types.rbs', line 98 def kms_key_id @kms_key_id end |
#lifecycle ⇒ "AVAILABLE", ...
Returns the value of attribute lifecycle.
93 94 95 |
# File 'sig/types.rbs', line 93 def lifecycle @lifecycle end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
103 104 105 |
# File 'sig/types.rbs', line 103 def owner_id @owner_id end |
#progress_percent ⇒ ::Integer
Returns the value of attribute progress_percent.
96 97 98 |
# File 'sig/types.rbs', line 96 def progress_percent @progress_percent end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
99 100 101 |
# File 'sig/types.rbs', line 99 def resource_arn @resource_arn end |
#resource_type ⇒ "FILE_SYSTEM", "VOLUME"
Returns the value of attribute resource_type.
106 107 108 |
# File 'sig/types.rbs', line 106 def resource_type @resource_type end |
#size_in_bytes ⇒ ::Integer
Returns the value of attribute size_in_bytes.
108 109 110 |
# File 'sig/types.rbs', line 108 def size_in_bytes @size_in_bytes end |
#source_backup_id ⇒ ::String
Returns the value of attribute source_backup_id.
104 105 106 |
# File 'sig/types.rbs', line 104 def source_backup_id @source_backup_id end |
#source_backup_region ⇒ ::String
Returns the value of attribute source_backup_region.
105 106 107 |
# File 'sig/types.rbs', line 105 def source_backup_region @source_backup_region end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
100 101 102 |
# File 'sig/types.rbs', line 100 def @tags end |
#type ⇒ "AUTOMATIC", ...
Returns the value of attribute type.
95 96 97 |
# File 'sig/types.rbs', line 95 def type @type end |
#volume ⇒ Types::Volume
Returns the value of attribute volume.
107 108 109 |
# File 'sig/types.rbs', line 107 def volume @volume end |