Class: Aws::Types::DbBackupSummary
- Inherits:
-
Object
- Object
- Aws::Types::DbBackupSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#db_resource_id ⇒ ::String
Returns the value of attribute db_resource_id.
-
#deployment_type ⇒ "SINGLE_AZ", ...
Returns the value of attribute deployment_type.
-
#engine_type ⇒ "INFLUXDB_V2", ...
Returns the value of attribute engine_type.
-
#expires_after ⇒ ::String
Returns the value of attribute expires_after.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
-
#type ⇒ "HOURLY", ...
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
190 191 192 |
# File 'sig/types.rbs', line 190 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
192 193 194 |
# File 'sig/types.rbs', line 192 def created_at @created_at end |
#db_resource_id ⇒ ::String
Returns the value of attribute db_resource_id.
194 195 196 |
# File 'sig/types.rbs', line 194 def db_resource_id @db_resource_id end |
#deployment_type ⇒ "SINGLE_AZ", ...
Returns the value of attribute deployment_type.
197 198 199 |
# File 'sig/types.rbs', line 197 def deployment_type @deployment_type end |
#engine_type ⇒ "INFLUXDB_V2", ...
Returns the value of attribute engine_type.
196 197 198 |
# File 'sig/types.rbs', line 196 def engine_type @engine_type end |
#expires_after ⇒ ::String
Returns the value of attribute expires_after.
193 194 195 |
# File 'sig/types.rbs', line 193 def expires_after @expires_after end |
#id ⇒ ::String
Returns the value of attribute id.
188 189 190 |
# File 'sig/types.rbs', line 188 def id @id end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
198 199 200 |
# File 'sig/types.rbs', line 198 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
189 190 191 |
# File 'sig/types.rbs', line 189 def name @name end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
191 192 193 |
# File 'sig/types.rbs', line 191 def status @status end |
#type ⇒ "HOURLY", ...
Returns the value of attribute type.
195 196 197 |
# File 'sig/types.rbs', line 195 def type @type end |