Class: Aws::Types::DescribeRecoveryPointOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRecoveryPointOutput
- 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::CalculatedLifecycle
Returns the value of attribute calculated_lifecycle.
-
#completion_date ⇒ ::Time
Returns the value of attribute completion_date.
-
#composite_member_identifier ⇒ ::String
Returns the value of attribute composite_member_identifier.
-
#created_by ⇒ Types::RecoveryPointCreator
Returns the value of attribute created_by.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
-
#encryption_key_type ⇒ "AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KMS_KEY"
Returns the value of attribute encryption_key_type.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#index_status ⇒ "PENDING", ...
Returns the value of attribute index_status.
-
#index_status_message ⇒ ::String
Returns the value of attribute index_status_message.
-
#initiation_date ⇒ ::Time
Returns the value of attribute initiation_date.
-
#is_encrypted ⇒ Boolean
Returns the value of attribute is_encrypted.
-
#is_parent ⇒ Boolean
Returns the value of attribute is_parent.
-
#last_restore_time ⇒ ::Time
Returns the value of attribute last_restore_time.
-
#lifecycle ⇒ Types::Lifecycle
Returns the value of attribute lifecycle.
-
#parent_recovery_point_arn ⇒ ::String
Returns the value of attribute parent_recovery_point_arn.
-
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#scan_results ⇒ ::Array[Types::ScanResult]
Returns the value of attribute scan_results.
-
#source_backup_vault_arn ⇒ ::String
Returns the value of attribute source_backup_vault_arn.
-
#status ⇒ "COMPLETED", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#storage_class ⇒ "WARM", ...
Returns the value of attribute storage_class.
-
#vault_type ⇒ "BACKUP_VAULT", ...
Returns the value of attribute vault_type.
Instance Attribute Details
#backup_size_in_bytes ⇒ ::Integer
Returns the value of attribute backup_size_in_bytes.
747 748 749 |
# File 'sig/types.rbs', line 747 def backup_size_in_bytes @backup_size_in_bytes end |
#backup_vault_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
736 737 738 |
# File 'sig/types.rbs', line 736 def backup_vault_arn @backup_vault_arn end |
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
735 736 737 |
# File 'sig/types.rbs', line 735 def backup_vault_name @backup_vault_name end |
#calculated_lifecycle ⇒ Types::CalculatedLifecycle
Returns the value of attribute calculated_lifecycle.
748 749 750 |
# File 'sig/types.rbs', line 748 def calculated_lifecycle @calculated_lifecycle end |
#completion_date ⇒ ::Time
Returns the value of attribute completion_date.
746 747 748 |
# File 'sig/types.rbs', line 746 def completion_date @completion_date end |
#composite_member_identifier ⇒ ::String
Returns the value of attribute composite_member_identifier.
755 756 757 |
# File 'sig/types.rbs', line 755 def composite_member_identifier @composite_member_identifier end |
#created_by ⇒ Types::RecoveryPointCreator
Returns the value of attribute created_by.
740 741 742 |
# File 'sig/types.rbs', line 740 def created_by @created_by end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
744 745 746 |
# File 'sig/types.rbs', line 744 def creation_date @creation_date end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
750 751 752 |
# File 'sig/types.rbs', line 750 def encryption_key_arn @encryption_key_arn end |
#encryption_key_type ⇒ "AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KMS_KEY"
Returns the value of attribute encryption_key_type.
761 762 763 |
# File 'sig/types.rbs', line 761 def encryption_key_type @encryption_key_type end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
741 742 743 |
# File 'sig/types.rbs', line 741 def iam_role_arn @iam_role_arn end |
#index_status ⇒ "PENDING", ...
Returns the value of attribute index_status.
759 760 761 |
# File 'sig/types.rbs', line 759 def index_status @index_status end |
#index_status_message ⇒ ::String
Returns the value of attribute index_status_message.
760 761 762 |
# File 'sig/types.rbs', line 760 def @index_status_message end |
#initiation_date ⇒ ::Time
Returns the value of attribute initiation_date.
745 746 747 |
# File 'sig/types.rbs', line 745 def initiation_date @initiation_date end |
#is_encrypted ⇒ Boolean
Returns the value of attribute is_encrypted.
751 752 753 |
# File 'sig/types.rbs', line 751 def is_encrypted @is_encrypted end |
#is_parent ⇒ Boolean
Returns the value of attribute is_parent.
756 757 758 |
# File 'sig/types.rbs', line 756 def is_parent @is_parent end |
#last_restore_time ⇒ ::Time
Returns the value of attribute last_restore_time.
753 754 755 |
# File 'sig/types.rbs', line 753 def last_restore_time @last_restore_time end |
#lifecycle ⇒ Types::Lifecycle
Returns the value of attribute lifecycle.
749 750 751 |
# File 'sig/types.rbs', line 749 def lifecycle @lifecycle end |
#parent_recovery_point_arn ⇒ ::String
Returns the value of attribute parent_recovery_point_arn.
754 755 756 |
# File 'sig/types.rbs', line 754 def parent_recovery_point_arn @parent_recovery_point_arn end |
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
734 735 736 |
# File 'sig/types.rbs', line 734 def recovery_point_arn @recovery_point_arn end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
738 739 740 |
# File 'sig/types.rbs', line 738 def resource_arn @resource_arn end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
757 758 759 |
# File 'sig/types.rbs', line 757 def resource_name @resource_name end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
739 740 741 |
# File 'sig/types.rbs', line 739 def resource_type @resource_type end |
#scan_results ⇒ ::Array[Types::ScanResult]
Returns the value of attribute scan_results.
762 763 764 |
# File 'sig/types.rbs', line 762 def scan_results @scan_results end |
#source_backup_vault_arn ⇒ ::String
Returns the value of attribute source_backup_vault_arn.
737 738 739 |
# File 'sig/types.rbs', line 737 def source_backup_vault_arn @source_backup_vault_arn end |
#status ⇒ "COMPLETED", ...
Returns the value of attribute status.
742 743 744 |
# File 'sig/types.rbs', line 742 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
743 744 745 |
# File 'sig/types.rbs', line 743 def @status_message end |
#storage_class ⇒ "WARM", ...
Returns the value of attribute storage_class.
752 753 754 |
# File 'sig/types.rbs', line 752 def storage_class @storage_class end |
#vault_type ⇒ "BACKUP_VAULT", ...
Returns the value of attribute vault_type.
758 759 760 |
# File 'sig/types.rbs', line 758 def vault_type @vault_type end |