Class: Aws::Types::AwsBackupRecoveryPointDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsBackupRecoveryPointDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_size_in_bytes ⇒ ::Integer
Returns the value of attribute backup_size_in_bytes.
-
#backup_vault_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
-
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
-
#calculated_lifecycle ⇒ Types::AwsBackupRecoveryPointCalculatedLifecycleDetails
Returns the value of attribute calculated_lifecycle.
-
#completion_date ⇒ ::String
Returns the value of attribute completion_date.
-
#created_by ⇒ Types::AwsBackupRecoveryPointCreatedByDetails
Returns the value of attribute created_by.
-
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#is_encrypted ⇒ Boolean
Returns the value of attribute is_encrypted.
-
#last_restore_time ⇒ ::String
Returns the value of attribute last_restore_time.
-
#lifecycle ⇒ Types::AwsBackupRecoveryPointLifecycleDetails
Returns the value of attribute lifecycle.
-
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#source_backup_vault_arn ⇒ ::String
Returns the value of attribute source_backup_vault_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#storage_class ⇒ ::String
Returns the value of attribute storage_class.
Instance Attribute Details
#backup_size_in_bytes ⇒ ::Integer
Returns the value of attribute backup_size_in_bytes.
766 767 768 |
# File 'sig/types.rbs', line 766 def backup_size_in_bytes @backup_size_in_bytes end |
#backup_vault_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
767 768 769 |
# File 'sig/types.rbs', line 767 def backup_vault_arn @backup_vault_arn end |
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
768 769 770 |
# File 'sig/types.rbs', line 768 def backup_vault_name @backup_vault_name end |
#calculated_lifecycle ⇒ Types::AwsBackupRecoveryPointCalculatedLifecycleDetails
Returns the value of attribute calculated_lifecycle.
769 770 771 |
# File 'sig/types.rbs', line 769 def calculated_lifecycle @calculated_lifecycle end |
#completion_date ⇒ ::String
Returns the value of attribute completion_date.
770 771 772 |
# File 'sig/types.rbs', line 770 def completion_date @completion_date end |
#created_by ⇒ Types::AwsBackupRecoveryPointCreatedByDetails
Returns the value of attribute created_by.
771 772 773 |
# File 'sig/types.rbs', line 771 def created_by @created_by end |
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
772 773 774 |
# File 'sig/types.rbs', line 772 def creation_date @creation_date end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
773 774 775 |
# File 'sig/types.rbs', line 773 def encryption_key_arn @encryption_key_arn end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
774 775 776 |
# File 'sig/types.rbs', line 774 def iam_role_arn @iam_role_arn end |
#is_encrypted ⇒ Boolean
Returns the value of attribute is_encrypted.
775 776 777 |
# File 'sig/types.rbs', line 775 def is_encrypted @is_encrypted end |
#last_restore_time ⇒ ::String
Returns the value of attribute last_restore_time.
776 777 778 |
# File 'sig/types.rbs', line 776 def last_restore_time @last_restore_time end |
#lifecycle ⇒ Types::AwsBackupRecoveryPointLifecycleDetails
Returns the value of attribute lifecycle.
777 778 779 |
# File 'sig/types.rbs', line 777 def lifecycle @lifecycle end |
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
778 779 780 |
# File 'sig/types.rbs', line 778 def recovery_point_arn @recovery_point_arn end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
779 780 781 |
# File 'sig/types.rbs', line 779 def resource_arn @resource_arn end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
780 781 782 |
# File 'sig/types.rbs', line 780 def resource_type @resource_type end |
#source_backup_vault_arn ⇒ ::String
Returns the value of attribute source_backup_vault_arn.
781 782 783 |
# File 'sig/types.rbs', line 781 def source_backup_vault_arn @source_backup_vault_arn end |
#status ⇒ ::String
Returns the value of attribute status.
782 783 784 |
# File 'sig/types.rbs', line 782 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
783 784 785 |
# File 'sig/types.rbs', line 783 def @status_message end |
#storage_class ⇒ ::String
Returns the value of attribute storage_class.
784 785 786 |
# File 'sig/types.rbs', line 784 def storage_class @storage_class end |