Class: Aws::Types::DescribeProtectedResourceOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeProtectedResourceOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_backup_time ⇒ ::Time
Returns the value of attribute last_backup_time.
-
#last_backup_vault_arn ⇒ ::String
Returns the value of attribute last_backup_vault_arn.
-
#last_recovery_point_arn ⇒ ::String
Returns the value of attribute last_recovery_point_arn.
-
#latest_restore_execution_time_minutes ⇒ ::Integer
Returns the value of attribute latest_restore_execution_time_minutes.
-
#latest_restore_job_creation_date ⇒ ::Time
Returns the value of attribute latest_restore_job_creation_date.
-
#latest_restore_recovery_point_creation_date ⇒ ::Time
Returns the value of attribute latest_restore_recovery_point_creation_date.
-
#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.
Instance Attribute Details
#last_backup_time ⇒ ::Time
Returns the value of attribute last_backup_time.
716 717 718 |
# File 'sig/types.rbs', line 716 def last_backup_time @last_backup_time end |
#last_backup_vault_arn ⇒ ::String
Returns the value of attribute last_backup_vault_arn.
718 719 720 |
# File 'sig/types.rbs', line 718 def last_backup_vault_arn @last_backup_vault_arn end |
#last_recovery_point_arn ⇒ ::String
Returns the value of attribute last_recovery_point_arn.
719 720 721 |
# File 'sig/types.rbs', line 719 def last_recovery_point_arn @last_recovery_point_arn end |
#latest_restore_execution_time_minutes ⇒ ::Integer
Returns the value of attribute latest_restore_execution_time_minutes.
720 721 722 |
# File 'sig/types.rbs', line 720 def latest_restore_execution_time_minutes @latest_restore_execution_time_minutes end |
#latest_restore_job_creation_date ⇒ ::Time
Returns the value of attribute latest_restore_job_creation_date.
721 722 723 |
# File 'sig/types.rbs', line 721 def latest_restore_job_creation_date @latest_restore_job_creation_date end |
#latest_restore_recovery_point_creation_date ⇒ ::Time
Returns the value of attribute latest_restore_recovery_point_creation_date.
722 723 724 |
# File 'sig/types.rbs', line 722 def latest_restore_recovery_point_creation_date @latest_restore_recovery_point_creation_date end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
714 715 716 |
# File 'sig/types.rbs', line 714 def resource_arn @resource_arn end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
717 718 719 |
# File 'sig/types.rbs', line 717 def resource_name @resource_name end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
715 716 717 |
# File 'sig/types.rbs', line 715 def resource_type @resource_type end |