Class: Aws::Types::BackupSummary
- Inherits:
-
Object
- Object
- Aws::Types::BackupSummary
- 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.
-
#table_arn ⇒ ::String
Returns the value of attribute table_arn.
-
#table_id ⇒ ::String
Returns the value of attribute table_id.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#backup_arn ⇒ ::String
Returns the value of attribute backup_arn.
122 123 124 |
# File 'sig/types.rbs', line 122 def backup_arn @backup_arn end |
#backup_creation_date_time ⇒ ::Time
Returns the value of attribute backup_creation_date_time.
124 125 126 |
# File 'sig/types.rbs', line 124 def backup_creation_date_time @backup_creation_date_time end |
#backup_expiry_date_time ⇒ ::Time
Returns the value of attribute backup_expiry_date_time.
125 126 127 |
# File 'sig/types.rbs', line 125 def backup_expiry_date_time @backup_expiry_date_time end |
#backup_name ⇒ ::String
Returns the value of attribute backup_name.
123 124 125 |
# File 'sig/types.rbs', line 123 def backup_name @backup_name end |
#backup_size_bytes ⇒ ::Integer
Returns the value of attribute backup_size_bytes.
128 129 130 |
# File 'sig/types.rbs', line 128 def backup_size_bytes @backup_size_bytes end |
#backup_status ⇒ "CREATING", ...
Returns the value of attribute backup_status.
126 127 128 |
# File 'sig/types.rbs', line 126 def backup_status @backup_status end |
#backup_type ⇒ "USER", ...
Returns the value of attribute backup_type.
127 128 129 |
# File 'sig/types.rbs', line 127 def backup_type @backup_type end |
#table_arn ⇒ ::String
Returns the value of attribute table_arn.
121 122 123 |
# File 'sig/types.rbs', line 121 def table_arn @table_arn end |
#table_id ⇒ ::String
Returns the value of attribute table_id.
120 121 122 |
# File 'sig/types.rbs', line 120 def table_id @table_id end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
119 120 121 |
# File 'sig/types.rbs', line 119 def table_name @table_name end |