Class: Aws::Types::StartBackupJobOutput
- Inherits:
-
Object
- Object
- Aws::Types::StartBackupJobOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_job_id ⇒ ::String
Returns the value of attribute backup_job_id.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#is_parent ⇒ Boolean
Returns the value of attribute is_parent.
-
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
Instance Attribute Details
#backup_job_id ⇒ ::String
Returns the value of attribute backup_job_id.
2159 2160 2161 |
# File 'sig/types.rbs', line 2159 def backup_job_id @backup_job_id end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
2161 2162 2163 |
# File 'sig/types.rbs', line 2161 def creation_date @creation_date end |
#is_parent ⇒ Boolean
Returns the value of attribute is_parent.
2162 2163 2164 |
# File 'sig/types.rbs', line 2162 def is_parent @is_parent end |
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
2160 2161 2162 |
# File 'sig/types.rbs', line 2160 def recovery_point_arn @recovery_point_arn end |