Class: Aws::Types::BackupDetails
- Inherits:
-
Object
- Object
- Aws::Types::BackupDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_arn ⇒ ::String
Returns the value of attribute backup_arn.
-
#backup_creation_date_time ⇒ ::Time
Returns the value of attribute backup_creation_date_time.
-
#backup_expiry_date_time ⇒ ::Time
Returns the value of attribute backup_expiry_date_time.
-
#backup_name ⇒ ::String
Returns the value of attribute backup_name.
-
#backup_size_bytes ⇒ ::Integer
Returns the value of attribute backup_size_bytes.
-
#backup_status ⇒ "CREATING", ...
Returns the value of attribute backup_status.
-
#backup_type ⇒ "USER", ...
Returns the value of attribute backup_type.
Instance Attribute Details
#backup_arn ⇒ ::String
Returns the value of attribute backup_arn.
98 99 100 |
# File 'sig/types.rbs', line 98 def backup_arn @backup_arn end |
#backup_creation_date_time ⇒ ::Time
Returns the value of attribute backup_creation_date_time.
103 104 105 |
# File 'sig/types.rbs', line 103 def backup_creation_date_time @backup_creation_date_time end |
#backup_expiry_date_time ⇒ ::Time
Returns the value of attribute backup_expiry_date_time.
104 105 106 |
# File 'sig/types.rbs', line 104 def backup_expiry_date_time @backup_expiry_date_time end |
#backup_name ⇒ ::String
Returns the value of attribute backup_name.
99 100 101 |
# File 'sig/types.rbs', line 99 def backup_name @backup_name end |
#backup_size_bytes ⇒ ::Integer
Returns the value of attribute backup_size_bytes.
100 101 102 |
# File 'sig/types.rbs', line 100 def backup_size_bytes @backup_size_bytes end |
#backup_status ⇒ "CREATING", ...
Returns the value of attribute backup_status.
101 102 103 |
# File 'sig/types.rbs', line 101 def backup_status @backup_status end |
#backup_type ⇒ "USER", ...
Returns the value of attribute backup_type.
102 103 104 |
# File 'sig/types.rbs', line 102 def backup_type @backup_type end |