Class: Aws::Types::DatabaseSnapshotInfo
- Inherits:
-
Object
- Object
- Aws::Types::DatabaseSnapshotInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_description ⇒ Types::FailureDescription
Returns the value of attribute failure_description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#request_timestamp ⇒ ::Time
Returns the value of attribute request_timestamp.
-
#requested_by ⇒ "USER", "FIREHOSE"
Returns the value of attribute requested_by.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
-
#table ⇒ ::String
Returns the value of attribute table.
Instance Attribute Details
#failure_description ⇒ Types::FailureDescription
Returns the value of attribute failure_description.
215 216 217 |
# File 'sig/types.rbs', line 215 def failure_description @failure_description end |
#id ⇒ ::String
Returns the value of attribute id.
210 211 212 |
# File 'sig/types.rbs', line 210 def id @id end |
#request_timestamp ⇒ ::Time
Returns the value of attribute request_timestamp.
212 213 214 |
# File 'sig/types.rbs', line 212 def @request_timestamp end |
#requested_by ⇒ "USER", "FIREHOSE"
Returns the value of attribute requested_by.
213 214 215 |
# File 'sig/types.rbs', line 213 def requested_by @requested_by end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
214 215 216 |
# File 'sig/types.rbs', line 214 def status @status end |
#table ⇒ ::String
Returns the value of attribute table.
211 212 213 |
# File 'sig/types.rbs', line 211 def table @table end |