Class: Aws::Types::RecoveryPointByResource
- Inherits:
-
Object
- Object
- Aws::Types::RecoveryPointByResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregated_scan_result ⇒ Types::AggregatedScanResult
Returns the value of attribute aggregated_scan_result.
-
#backup_size_bytes ⇒ ::Integer
Returns the value of attribute backup_size_bytes.
-
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
-
#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.
-
#index_status ⇒ "PENDING", ...
Returns the value of attribute index_status.
-
#index_status_message ⇒ ::String
Returns the value of attribute index_status_message.
-
#is_parent ⇒ Boolean
Returns the value of attribute is_parent.
-
#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_name ⇒ ::String
Returns the value of attribute resource_name.
-
#status ⇒ "COMPLETED", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#vault_type ⇒ "BACKUP_VAULT", ...
Returns the value of attribute vault_type.
Instance Attribute Details
#aggregated_scan_result ⇒ Types::AggregatedScanResult
Returns the value of attribute aggregated_scan_result.
1806 1807 1808 |
# File 'sig/types.rbs', line 1806 def aggregated_scan_result @aggregated_scan_result end |
#backup_size_bytes ⇒ ::Integer
Returns the value of attribute backup_size_bytes.
1797 1798 1799 |
# File 'sig/types.rbs', line 1797 def backup_size_bytes @backup_size_bytes end |
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
1798 1799 1800 |
# File 'sig/types.rbs', line 1798 def backup_vault_name @backup_vault_name end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
1793 1794 1795 |
# File 'sig/types.rbs', line 1793 def creation_date @creation_date end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
1796 1797 1798 |
# File 'sig/types.rbs', line 1796 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.
1805 1806 1807 |
# File 'sig/types.rbs', line 1805 def encryption_key_type @encryption_key_type end |
#index_status ⇒ "PENDING", ...
Returns the value of attribute index_status.
1803 1804 1805 |
# File 'sig/types.rbs', line 1803 def index_status @index_status end |
#index_status_message ⇒ ::String
Returns the value of attribute index_status_message.
1804 1805 1806 |
# File 'sig/types.rbs', line 1804 def @index_status_message end |
#is_parent ⇒ Boolean
Returns the value of attribute is_parent.
1799 1800 1801 |
# File 'sig/types.rbs', line 1799 def is_parent @is_parent end |
#parent_recovery_point_arn ⇒ ::String
Returns the value of attribute parent_recovery_point_arn.
1800 1801 1802 |
# File 'sig/types.rbs', line 1800 def parent_recovery_point_arn @parent_recovery_point_arn end |
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
1792 1793 1794 |
# File 'sig/types.rbs', line 1792 def recovery_point_arn @recovery_point_arn end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
1801 1802 1803 |
# File 'sig/types.rbs', line 1801 def resource_name @resource_name end |
#status ⇒ "COMPLETED", ...
Returns the value of attribute status.
1794 1795 1796 |
# File 'sig/types.rbs', line 1794 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1795 1796 1797 |
# File 'sig/types.rbs', line 1795 def @status_message end |
#vault_type ⇒ "BACKUP_VAULT", ...
Returns the value of attribute vault_type.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def vault_type @vault_type end |